[Hexagon] Fixing load instruction parsing and reenabling tests.
[oota-llvm.git] / test / CodeGen / PowerPC / and-elim.ll
index a1ec29b16f14b852d65bead5952b6ede91ad067e..f1738b2c1517c013cc45919e2f07dd9b7964c8d3 100644 (file)
@@ -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