summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/fast-isel-deadcode.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-deadcode.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-deadcode.ll')
-rw-r--r--llvm/test/CodeGen/ARM/fast-isel-deadcode.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/fast-isel-deadcode.ll b/llvm/test/CodeGen/ARM/fast-isel-deadcode.ll
index 7e147c7b4d7..3a943d854b4 100644
--- a/llvm/test/CodeGen/ARM/fast-isel-deadcode.ll
+++ b/llvm/test/CodeGen/ARM/fast-isel-deadcode.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -O0 -relocation-model=dynamic-no-pic -mtriple=thumbv7-apple-ios | FileCheck %s --check-prefix=THUMB
+; RUN: llc < %s -O0 -verify-machineinstrs -relocation-model=dynamic-no-pic -mtriple=thumbv7-apple-ios | FileCheck %s --check-prefix=THUMB
; Target-specific selector can't properly handle the double because it isn't
; being passed via a register, so the materialized arguments become dead code.
OpenPOWER on IntegriCloud