brintos

brintos / llvm-project-archived public Read only

0
0
Text · 198 B · 6cd414a Raw
8 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_test_checks.py2; RUN: opt < %s -passes=ipsccp -disable-output3define internal void @foo(i32 %X) {4  call void @foo( i32 %X )5  ret void6}7 8