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