Drop the ".w" qualifier for t2UXTB16* instructions as there is no 16-bit version
[oota-llvm.git] / test / CodeGen / Thumb2 / thumb2-mulhi.ll
index 7b41509f79c7db3a1bf71dadadcc72b0ae2fee9c..5d47770aed3ec5c546856b0ee60a866322aabdcf 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | llc -march=thumb -mattr=+thumb2 | grep smmul | count 1
-; RUN: llvm-as < %s | llc -march=thumb -mattr=+thumb2 | grep umull | count 1
+; RUN: llc < %s -march=thumb -mattr=+thumb2 | grep smmul | count 1
+; RUN: llc < %s -march=thumb -mattr=+thumb2 | grep umull | count 1
 
 define i32 @smulhi(i32 %x, i32 %y) {
         %tmp = sext i32 %x to i64               ; <i64> [#uses=1]