summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/R600/loop-idiom.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/R600/loop-idiom.ll')
-rw-r--r--llvm/test/CodeGen/R600/loop-idiom.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/R600/loop-idiom.ll b/llvm/test/CodeGen/R600/loop-idiom.ll
index 4c30b6927ca..810b34fed86 100644
--- a/llvm/test/CodeGen/R600/loop-idiom.ll
+++ b/llvm/test/CodeGen/R600/loop-idiom.ll
@@ -22,7 +22,7 @@ for.body:
%0 = phi i32 [0, %entry], [%4, %for.body]
%1 = getelementptr i8, i8 addrspace(3)* %in, i32 %0
%2 = getelementptr i8, i8* %dest, i32 %0
- %3 = load i8 addrspace(3)* %1
+ %3 = load i8, i8 addrspace(3)* %1
store i8 %3, i8* %2
%4 = add i32 %0, 1
%5 = icmp eq i32 %4, %size
OpenPOWER on IntegriCloud