AVX-512: Added all AVX-512 forms of Vector Convert for Float/Double/Int/Long types.
[oota-llvm.git] / test / CodeGen / Thumb / inlineasm-imm-thumb.ll
index 2c872e7e310fd7605800671160c984a6afb1ed36..4e4f8fad25f82979e611fe680322f1118bd361e3 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=thumb
+; RUN: llc -mtriple=thumb-eabi -no-integrated-as %s -o /dev/null
 
 ; Test Thumb-mode "I" constraint, for ADD immediate.
 define i32 @testI(i32 %x) {