Two sets of changes. Sorry they are intermingled.
[oota-llvm.git] / test / CodeGen / ARM / lsr-scale-addr-mode.ll
index f1678244f9926e8cee569f644b14a94d59793cca..8130019cbfd952a52d575ccc0dadc7b949d30357 100644 (file)
@@ -1,7 +1,7 @@
-; RUN: llvm-as < %s | llc -march=arm | grep -F 'str r2, [r0, +r3, lsl #2]'
+; RUN: llc < %s -march=arm | grep lsl | grep -F {lsl #2\]}
 ; Should use scaled addressing mode.
 
-define void @sintzero(i32* %a) {
+define void @sintzero(i32* %a) nounwind {
 entry:
        store i32 0, i32* %a
        br label %cond_next