diff options
| author | Saleem Abdulrasool <compnerd@compnerd.org> | 2014-04-04 01:19:56 +0000 |
|---|---|---|
| committer | Saleem Abdulrasool <compnerd@compnerd.org> | 2014-04-04 01:19:56 +0000 |
| commit | c351ed296656fd5779454350a2c21b18e86e2221 (patch) | |
| tree | 9bf316b0075ca2b364fb46c2b45f922d37c5ba61 /llvm/test/CodeGen/Thumb2 | |
| parent | a7a8a3e3ee606f7fcd6e6b398c104c10029c6d6a (diff) | |
| download | bcm5719-llvm-c351ed296656fd5779454350a2c21b18e86e2221.tar.gz bcm5719-llvm-c351ed296656fd5779454350a2c21b18e86e2221.zip | |
ARM: fix test case missed in previous roundup
This should hopefully bring the last MSVC buildbot back to green!
llvm-svn: 205596
Diffstat (limited to 'llvm/test/CodeGen/Thumb2')
| -rw-r--r-- | llvm/test/CodeGen/Thumb2/thumb2-mla.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/Thumb2/thumb2-mla.ll b/llvm/test/CodeGen/Thumb2/thumb2-mla.ll index 6137872db58..0c97d50bd28 100644 --- a/llvm/test/CodeGen/Thumb2/thumb2-mla.ll +++ b/llvm/test/CodeGen/Thumb2/thumb2-mla.ll @@ -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) { |

