summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/phielim-split.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/X86/phielim-split.ll')
-rw-r--r--llvm/test/CodeGen/X86/phielim-split.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/phielim-split.ll b/llvm/test/CodeGen/X86/phielim-split.ll
index aa477359d60..bcf61c20df7 100644
--- a/llvm/test/CodeGen/X86/phielim-split.ll
+++ b/llvm/test/CodeGen/X86/phielim-split.ll
@@ -18,7 +18,7 @@ entry:
for.cond: ; preds = %entry, %for.cond
%p.addr.0 = phi i8* [ %incdec.ptr, %for.cond ], [ %p, %entry ]
- %incdec.ptr = getelementptr inbounds i8* %p.addr.0, i64 1
+ %incdec.ptr = getelementptr inbounds i8, i8* %p.addr.0, i64 1
%0 = load i8* %p.addr.0, align 1
%tobool = icmp eq i8 %0, 0
br i1 %tobool, label %for.cond, label %if.end2
OpenPOWER on IntegriCloud