summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/fast-isel-br-const.ll
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2012-11-17 00:42:06 +0000
committerChad Rosier <mcrosier@apple.com>2012-11-17 00:42:06 +0000
commit8983158e9d1414f47beec7128f544bf078016a87 (patch)
tree5c729b453f03e3413aea29c77483522dbfa10e35 /llvm/test/CodeGen/ARM/fast-isel-br-const.ll
parentc811d382f06f247826fc1f2b8c181ae4dc118020 (diff)
downloadbcm5719-llvm-8983158e9d1414f47beec7128f544bf078016a87.tar.gz
bcm5719-llvm-8983158e9d1414f47beec7128f544bf078016a87.zip
[fast-isel] Add the -verify-machineinstrs to these test cases. The remaining
test cases require fixes to fast-isel before the verifier can be enabled. Part of rdar://12594152 llvm-svn: 168233
Diffstat (limited to 'llvm/test/CodeGen/ARM/fast-isel-br-const.ll')
-rw-r--r--llvm/test/CodeGen/ARM/fast-isel-br-const.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/ARM/fast-isel-br-const.ll b/llvm/test/CodeGen/ARM/fast-isel-br-const.ll
index 7c532d5fba3..4e6efd24899 100644
--- a/llvm/test/CodeGen/ARM/fast-isel-br-const.ll
+++ b/llvm/test/CodeGen/ARM/fast-isel-br-const.ll
@@ -1,5 +1,5 @@
-; RUN: llc < %s -O0 -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=armv7-apple-ios | FileCheck %s --check-prefix=ARM
-; RUN: llc < %s -O0 -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=thumbv7-apple-ios | FileCheck %s --check-prefix=THUMB
+; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=armv7-apple-ios | FileCheck %s --check-prefix=ARM
+; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=thumbv7-apple-ios | FileCheck %s --check-prefix=THUMB
define i32 @t1(i32 %a, i32 %b) nounwind uwtable ssp {
entry:
OpenPOWER on IntegriCloud