aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/GVN/pre-basic-add.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/GVN/pre-basic-add.ll')
-rw-r--r--test/Transforms/GVN/pre-basic-add.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/GVN/pre-basic-add.ll b/test/Transforms/GVN/pre-basic-add.ll
index 460d1f9..fa4e2e3 100644
--- a/test/Transforms/GVN/pre-basic-add.ll
+++ b/test/Transforms/GVN/pre-basic-add.ll
@@ -6,7 +6,7 @@
define i32 @test() nounwind {
entry:
%0 = load i32, i32* @H, align 4 ; <i32> [#uses=2]
- %1 = call i32 (...)* @foo() nounwind ; <i32> [#uses=1]
+ %1 = call i32 (...) @foo() nounwind ; <i32> [#uses=1]
%2 = icmp ne i32 %1, 0 ; <i1> [#uses=1]
br i1 %2, label %bb, label %bb1