deadarg.ll   [plain text]


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