summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/GVN/crash-no-aa.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Transforms/GVN/crash-no-aa.ll')
-rw-r--r--llvm/test/Transforms/GVN/crash-no-aa.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/GVN/crash-no-aa.ll b/llvm/test/Transforms/GVN/crash-no-aa.ll
index cc303297181..f076a8d81ac 100644
--- a/llvm/test/Transforms/GVN/crash-no-aa.ll
+++ b/llvm/test/Transforms/GVN/crash-no-aa.ll
@@ -9,7 +9,7 @@ define i32 @test1({i16, i32} *%P) {
store i16 42, i16* %P2
%P3 = getelementptr {i16, i32}, {i16, i32} *%P, i32 0, i32 1
- %V = load i32* %P3
+ %V = load i32, i32* %P3
ret i32 %V
}
OpenPOWER on IntegriCloud