summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC/misched-inorder-latency.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/misched-inorder-latency.ll')
-rw-r--r--llvm/test/CodeGen/PowerPC/misched-inorder-latency.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/misched-inorder-latency.ll b/llvm/test/CodeGen/PowerPC/misched-inorder-latency.ll
index b259ff182c0..638409d6b20 100644
--- a/llvm/test/CodeGen/PowerPC/misched-inorder-latency.ll
+++ b/llvm/test/CodeGen/PowerPC/misched-inorder-latency.ll
@@ -20,7 +20,7 @@ entry:
br i1 %p, label %true, label %end
true:
%sum2 = add i32 %sum1, 1
- %ptr2 = getelementptr i32* %ptr, i32 1
+ %ptr2 = getelementptr i32, i32* %ptr, i32 1
%val = load i32* %ptr2
%val2 = add i32 %val1, %val
br label %end
OpenPOWER on IntegriCloud