Remove unused complex patterns for addressing modes on Hexagon.
[oota-llvm.git] / test / CodeGen / Hexagon / fusedandshift.ll
index 022b3c673458bbb8ef50184221ff9f8df08e5afd..59a1e1d84fcc247c55e01317d5693ba790106d4b 100644 (file)
@@ -5,7 +5,7 @@
 
 define i32 @main(i16* %a, i16* %b) nounwind {
   entry:
-  %0 = load i16* %a, align 2
+  %0 = load i16, i16* %a, align 2
   %conv1 = sext i16 %0 to i32
   %shr1 = ashr i32 %conv1, 3
   %and1 = and i32 %shr1, 15