aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/PowerPC/and-elim.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/PowerPC/and-elim.ll')
-rw-r--r--test/CodeGen/PowerPC/and-elim.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/PowerPC/and-elim.ll b/test/CodeGen/PowerPC/and-elim.ll
index a1ec29b..f1738b2 100644
--- a/test/CodeGen/PowerPC/and-elim.ll
+++ b/test/CodeGen/PowerPC/and-elim.ll
@@ -1,7 +1,7 @@
; RUN: llc < %s -march=ppc32 | not grep rlwin
define void @test(i8* %P) {
- %W = load i8* %P
+ %W = load i8, i8* %P
%X = shl i8 %W, 1
%Y = add i8 %X, 2
%Z = and i8 %Y, 254 ; dead and