aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/GVN/pr10820.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/GVN/pr10820.ll')
-rw-r--r--test/Transforms/GVN/pr10820.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/GVN/pr10820.ll b/test/Transforms/GVN/pr10820.ll
index 12c1e70..c6a9a93 100644
--- a/test/Transforms/GVN/pr10820.ll
+++ b/test/Transforms/GVN/pr10820.ll
@@ -11,7 +11,7 @@ entry:
; CHECK: store i32
store i32 402662078, i32* bitcast (i31* @g to i32*), align 8
; CHECK-NOT: load i31
- %0 = load i31* @g, align 8
+ %0 = load i31, i31* @g, align 8
; CHECK: store i31
store i31 %0, i31* undef, align 1
unreachable