diff options
author | Chad Rosier <mcrosier@apple.com> | 2012-11-17 00:42:06 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2012-11-17 00:42:06 +0000 |
commit | 8983158e9d1414f47beec7128f544bf078016a87 (patch) | |
tree | 5c729b453f03e3413aea29c77483522dbfa10e35 /llvm/test/CodeGen/ARM/fast-isel-fold.ll | |
parent | c811d382f06f247826fc1f2b8c181ae4dc118020 (diff) | |
download | bcm5719-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-fold.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/fast-isel-fold.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/ARM/fast-isel-fold.ll b/llvm/test/CodeGen/ARM/fast-isel-fold.ll index 61bd18504c5..7a65295f01b 100644 --- a/llvm/test/CodeGen/ARM/fast-isel-fold.ll +++ b/llvm/test/CodeGen/ARM/fast-isel-fold.ll @@ -1,5 +1,5 @@ -; RUN: llc < %s -O0 -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=armv7-apple-darwin | FileCheck %s --check-prefix=ARM -; RUN: llc < %s -O0 -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=thumbv7-apple-darwin | FileCheck %s --check-prefix=THUMB +; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=armv7-apple-darwin | FileCheck %s --check-prefix=ARM +; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=thumbv7-apple-darwin | FileCheck %s --check-prefix=THUMB @a = global i8 1, align 1 @b = global i16 2, align 2 |