fix a globalopt crash on two Adobe-C++ testcases that the recent
[llvm.git] / test / Transforms / IPConstantProp / deadarg.ll
blob4b9938e09e90c66476f0e2829d3f733ab122b215
1 ; RUN: opt < %s -ipconstprop -disable-output
2 define internal void @foo(i32 %X) {
3         call void @foo( i32 %X )
4         ret void