summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/fast-isel-pic.ll
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2013-08-26 20:07:29 +0000
committerJim Grosbach <grosbach@apple.com>2013-08-26 20:07:29 +0000
commite3dad19e0de5c639886055c09da1f4faaa8556f9 (patch)
treeeaaaed1cef00215473221438aa0bdde3a3713d46 /test/CodeGen/ARM/fast-isel-pic.ll
parentbb4066123d91c0347cb6333caca527d1a979e703 (diff)
downloadllvm-e3dad19e0de5c639886055c09da1f4faaa8556f9.tar.gz
llvm-e3dad19e0de5c639886055c09da1f4faaa8556f9.tar.bz2
llvm-e3dad19e0de5c639886055c09da1f4faaa8556f9.tar.xz
ARM: FastISel verifier error cleanup.
Constant pool and global value reference instructions need more restricted register classes than plain GPR. rdar://12594152 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189270 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/fast-isel-pic.ll')
-rw-r--r--test/CodeGen/ARM/fast-isel-pic.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/fast-isel-pic.ll b/test/CodeGen/ARM/fast-isel-pic.ll
index e3e5972cf7..838c103e7c 100644
--- a/test/CodeGen/ARM/fast-isel-pic.ll
+++ b/test/CodeGen/ARM/fast-isel-pic.ll
@@ -2,7 +2,7 @@
; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort -relocation-model=pic -mtriple=arm-apple-ios | FileCheck %s --check-prefix=ARM
; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort -relocation-model=pic -mtriple=armv7-apple-ios | FileCheck %s --check-prefix=ARMv7
; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort -relocation-model=pic -mtriple=thumbv7-none-linux-gnueabi | FileCheck %s --check-prefix=THUMB-ELF
-; RUN: llc < %s -O0 -fast-isel-abort -relocation-model=pic -mtriple=armv7-none-linux-gnueabi | FileCheck %s --check-prefix=ARMv7-ELF
+; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort -relocation-model=pic -mtriple=armv7-none-linux-gnueabi | FileCheck %s --check-prefix=ARMv7-ELF
@g = global i32 0, align 4