use ternary ops; NFC
[oota-llvm.git] / test / BugPoint / replace-funcs-with-null.ll
index 3433c456e90fed5b6673798bc1125cca6dc4a3d3..622f9eb67a29faa7ee22256804f678f8ef5e9f2d 100644 (file)
@@ -3,7 +3,7 @@
 ; RUN: bugpoint -load %llvmshlibdir/BugpointPasses%shlibext %s -output-prefix %t -replace-funcs-with-null -bugpoint-crash-decl-funcs -silence-passes -safe-run-llc
 ; REQUIRES: loadable_module
 
-@foo2 = alias i32 ()* @foo
+@foo2 = alias i32 (), i32 ()* @foo
 
 define i32 @foo() { ret i32 1 }