opnsense-src/test/Transforms/IPConstantProp/deadarg.ll
2009-10-14 17:57:32 +00:00

6 lines
134 B
LLVM

; RUN: opt < %s -ipconstprop -disable-output
define internal void @foo(i32 %X) {
call void @foo( i32 %X )
ret void
}