blob: 18b8f7da84437820c3ec2ea4ea65bb98ba364516 [file] [log] [blame]
Tanya Lattner5640bd12008-03-01 09:15:35 +00001; RUN: llvm-as < %s | opt -ipconstprop -disable-output
2define internal void @foo(i32 %X) {
3 call void @foo( i32 %X )
4 ret void
Chris Lattnerba582f02004-11-11 07:46:11 +00005}
Tanya Lattner5640bd12008-03-01 09:15:35 +00006