summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/fast-isel-GEP-coalesce.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
commit0a63b6ac79a9234982ce5d0bdc9aabd0c5e01245 (patch)
treef6654e51ec507685104cf9d2726cd6ac26d50919 /test/CodeGen/ARM/fast-isel-GEP-coalesce.ll
parent9a6823516ffd6ed1787d923459c80a6fa4833914 (diff)
downloadllvm-0a63b6ac79a9234982ce5d0bdc9aabd0c5e01245.tar.gz
llvm-0a63b6ac79a9234982ce5d0bdc9aabd0c5e01245.tar.bz2
llvm-0a63b6ac79a9234982ce5d0bdc9aabd0c5e01245.tar.xz
[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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168233 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/fast-isel-GEP-coalesce.ll')
-rw-r--r--test/CodeGen/ARM/fast-isel-GEP-coalesce.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/ARM/fast-isel-GEP-coalesce.ll b/test/CodeGen/ARM/fast-isel-GEP-coalesce.ll
index dbb634df0a..60bc6a62f5 100644
--- a/test/CodeGen/ARM/fast-isel-GEP-coalesce.ll
+++ b/test/CodeGen/ARM/fast-isel-GEP-coalesce.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
%struct.A = type { i32, [2 x [2 x i32]], i8, [3 x [3 x [3 x i32]]] }
%struct.B = type { i32, [2 x [2 x [2 x %struct.A]]] }