brintos

brintos / llvm-project-archived public Read only

0
0
Text · 209 B · 0aee53b Raw
13 lines · plain
1; RUN: opt < %s -passes=instcombine -disable-output2 3%opaque_struct = type opaque4 5@G = external global [0 x %opaque_struct]6 7declare void @foo(ptr)8 9define void @bar() {10  call void @foo(ptr @G)11  ret void12}13