summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/fast-isel-binary.ll
diff options
context:
space:
mode:
authorJoey Gouly <joey.gouly@arm.com>2013-08-23 15:20:56 +0000
committerJoey Gouly <joey.gouly@arm.com>2013-08-23 15:20:56 +0000
commitc7cda1c59ef9559331160cd6d48d8f7e6177a180 (patch)
tree9a53923085822d8e7ff138b83a94924a3faf6ee6 /llvm/test/CodeGen/ARM/fast-isel-binary.ll
parent0649d361722b9a2e74b0cea1e9c0594028949fb7 (diff)
downloadbcm5719-llvm-c7cda1c59ef9559331160cd6d48d8f7e6177a180.tar.gz
bcm5719-llvm-c7cda1c59ef9559331160cd6d48d8f7e6177a180.zip
[ARM] Fix another ARM FastISel -verify-machineinstrs issue.
llvm-svn: 189109
Diffstat (limited to 'llvm/test/CodeGen/ARM/fast-isel-binary.ll')
-rw-r--r--llvm/test/CodeGen/ARM/fast-isel-binary.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/ARM/fast-isel-binary.ll b/llvm/test/CodeGen/ARM/fast-isel-binary.ll
index 31596276f37..e1a2a4f3383 100644
--- a/llvm/test/CodeGen/ARM/fast-isel-binary.ll
+++ b/llvm/test/CodeGen/ARM/fast-isel-binary.ll
@@ -1,6 +1,6 @@
-; 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=armv7-linux-gnueabi | 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 -fast-isel-abort -verify-machineinstrs -relocation-model=dynamic-no-pic -mtriple=armv7-apple-ios | FileCheck %s --check-prefix=ARM
+; RUN: llc < %s -O0 -fast-isel-abort -verify-machineinstrs -relocation-model=dynamic-no-pic -mtriple=armv7-linux-gnueabi | FileCheck %s --check-prefix=ARM
+; RUN: llc < %s -O0 -fast-isel-abort -verify-machineinstrs -relocation-model=dynamic-no-pic -mtriple=thumbv7-apple-ios | FileCheck %s --check-prefix=THUMB
; Test add with non-legal types
OpenPOWER on IntegriCloud