blob: 32810bd493672eea404ba0b7d95b02571385f918 [file] [log] [blame]
Dan Gohmanb1e1e822009-09-08 16:50:01 +00001; RUN: opt %s -ipconstprop -disable-output
Tanya Lattnerec9a35a2008-03-01 09:15:35 +00002define internal void @foo(i32 %X) {
3 call void @foo( i32 %X )
4 ret void
Chris Lattner1f7893f2004-11-11 07:46:11 +00005}
Tanya Lattnerec9a35a2008-03-01 09:15:35 +00006