summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Hexagon/combine_ir.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/Hexagon/combine_ir.ll')
-rw-r--r--llvm/test/CodeGen/Hexagon/combine_ir.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/Hexagon/combine_ir.ll b/llvm/test/CodeGen/Hexagon/combine_ir.ll
index e100cf7196f..35e997bbc79 100644
--- a/llvm/test/CodeGen/Hexagon/combine_ir.ll
+++ b/llvm/test/CodeGen/Hexagon/combine_ir.ll
@@ -19,7 +19,7 @@ define void @halfword(i16* nocapture %a) nounwind {
entry:
%0 = load i16* %a, align 2
%1 = zext i16 %0 to i64
- %add.ptr = getelementptr inbounds i16* %a, i32 1
+ %add.ptr = getelementptr inbounds i16, i16* %a, i32 1
%2 = load i16* %add.ptr, align 2
%3 = zext i16 %2 to i64
%4 = shl nuw nsw i64 %3, 16
@@ -35,7 +35,7 @@ define void @byte(i8* nocapture %a) nounwind {
entry:
%0 = load i8* %a, align 1
%1 = zext i8 %0 to i64
- %add.ptr = getelementptr inbounds i8* %a, i32 1
+ %add.ptr = getelementptr inbounds i8, i8* %a, i32 1
%2 = load i8* %add.ptr, align 1
%3 = zext i8 %2 to i64
%4 = shl nuw nsw i64 %3, 8
OpenPOWER on IntegriCloud