blob: 4b9938e09e90c66476f0e2829d3f733ab122b215 [file] [log] [blame]
Dan Gohman3c7d3082009-09-11 18:01:28 +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