ARM: fix test case missed in previous roundup
authorSaleem Abdulrasool <compnerd@compnerd.org>
Fri, 4 Apr 2014 01:19:56 +0000 (01:19 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Fri, 4 Apr 2014 01:19:56 +0000 (01:19 +0000)
This should hopefully bring the last MSVC buildbot back to green!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205596 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/Thumb2/thumb2-mla.ll

index 6137872db58ed6acbc290462614c1fc32e95e6a7..0c97d50bd2849073cbc5cce1791e65f482a70276 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llc -march=thumb -mcpu=arm1156t2-s -mattr=+thumb2 %s -o - | FileCheck %s
-; RUN: llc -march=thumb -mcpu=arm1156t2-s -mattr=+thumb2 \
+; RUN: llc -mtriple=thumb-eabi -mcpu=arm1156t2-s -mattr=+thumb2 %s -o - | FileCheck %s
+; RUN: llc -mtriple=thumb-eabi -mcpu=arm1156t2-s -mattr=+thumb2 \
 ; RUN:  -arm-use-mulops=false %s -o - | FileCheck %s -check-prefix=NO_MULOPS
 
 define i32 @f1(i32 %a, i32 %b, i32 %c) {