blob: 18b8f7da84437820c3ec2ea4ea65bb98ba364516 [file] [log] [blame]
; RUN: llvm-as < %s | opt -ipconstprop -disable-output
define internal void @foo(i32 %X) {
call void @foo( i32 %X )
ret void
}