Add nounwind keywords.
[oota-llvm.git] / test / CodeGen / Thumb2 / thumb2-mov3.ll
index 20007c2bb6f3d4ec8f4d21056e795945996be9a3..56a490ac5c14eb02078e808659ae9c99e86573f9 100644 (file)
@@ -1,6 +1,4 @@
-; RUN: llvm-as < %s | llc | grep {mov\\W*r\[0-9\],\\W*#\[0-9\]*} | grep {#171\\|#1179666\\|#872428544\\|#1448498774\\|#66846720} | count 5
-
-target triple = "thumbv7-apple-darwin"
+; RUN: llvm-as < %s | llc -march=thumb -mattr=+thumb2 | grep {mov\\.w\\W*r\[0-9\],\\W*#\[0-9\]*} | grep {#171\\|#1179666\\|#872428544\\|#1448498774\\|#66846720} | count 5
 
 ; 171 = 0x000000ab
 define i32 @f1(i32 %a) {