summaryrefslogtreecommitdiffstats
path: root/test/Transforms/GVN/null-aliases-nothing.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/GVN/null-aliases-nothing.ll')
-rw-r--r--test/Transforms/GVN/null-aliases-nothing.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/GVN/null-aliases-nothing.ll b/test/Transforms/GVN/null-aliases-nothing.ll
index bc5c850..4d533bb 100644
--- a/test/Transforms/GVN/null-aliases-nothing.ll
+++ b/test/Transforms/GVN/null-aliases-nothing.ll
@@ -10,7 +10,7 @@ define void @test1(%t* noalias %stuff ) {
call void @test1f(i8* null)
%after = load i32* %p ; <--- This should be a dead load
- %sum = add i32 %before, %after;
+ %sum = add i32 %before, %after
store i32 %sum, i32* %p
ret void
OpenPOWER on IntegriCloud