YouCompleteMe/cpp/llvm/test/Transforms/IPConstantProp/deadarg.ll

7 lines
134 B
LLVM
Raw Normal View History

2012-07-05 20:51:06 -04:00
; RUN: opt < %s -ipconstprop -disable-output
define internal void @foo(i32 %X) {
call void @foo( i32 %X )
ret void
}