Add nounwind keywords.
[oota-llvm.git] / test / CodeGen / Thumb2 / thumb2-add4.ll
index 01d5938513109f9a6654bb7637a48f5e1bb49d45..1cc35913637e19db71ef81b0ccf4a0a4706691d8 100644 (file)
@@ -1,6 +1,4 @@
-; RUN: llvm-as < %s | llc | grep {adds\\W*r\[0-9\],\\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 {adds\\.w\\W*r\[0-9\],\\W*r\[0-9\],\\W*#\[0-9\]*} | grep {#171\\|#1179666\\|#872428544\\|#1448498774\\|#66846720} | count 5
 
 ; 171 = 0x000000ab
 define i64 @f1(i64 %a) {