Fix a nasty bug in DAGCombine of STORE nodes.
[oota-llvm.git] / test / CodeGen / Thumb2 / thumb2-lsl.ll
index 65c7daae09186363de757f94581c9b5613ea10cb..05441c85647284a348607e472d4d8d8c4d89f1fa 100644 (file)
@@ -1,7 +1,7 @@
-; RUN: llvm-as < %s | llc -march=thumb -mattr=+thumb2 | FileCheck %s
+; RUN: llc -mtriple=thumb-eabi -mcpu=arm1156t2-s -mattr=+thumb2 %s -o - | FileCheck %s
 
 define i32 @f1(i32 %a) {
-; CHECK: f1:
+; CHECK-LABEL: f1:
 ; CHECK: lsls r0, r0, #5
     %tmp = shl i32 %a, 5
     ret i32 %tmp