aboutsummaryrefslogtreecommitdiff
path: root/test/BugPoint/replace-funcs-with-null.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/BugPoint/replace-funcs-with-null.ll')
-rw-r--r--test/BugPoint/replace-funcs-with-null.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/BugPoint/replace-funcs-with-null.ll b/test/BugPoint/replace-funcs-with-null.ll
index 3433c456e90f..622f9eb67a29 100644
--- a/test/BugPoint/replace-funcs-with-null.ll
+++ b/test/BugPoint/replace-funcs-with-null.ll
@@ -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 }