diff options
Diffstat (limited to 'llvm/test/CodeGen/ARM/ifcvt-callback.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/ifcvt-callback.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/ifcvt-callback.ll b/llvm/test/CodeGen/ARM/ifcvt-callback.ll index 62a66e745b3..a91b84b5ab2 100644 --- a/llvm/test/CodeGen/ARM/ifcvt-callback.ll +++ b/llvm/test/CodeGen/ARM/ifcvt-callback.ll @@ -1,4 +1,4 @@ -; RUN: llc -march thumb %s -o - | FileCheck %s +; RUN: llc -mtriple=thumb-- %s -o - | FileCheck %s ; This test checks that if-conversion pass is unconditionally added to the pass ; pipeline and is conditionally executed based on the per-function targert-cpu |