diff options
author | Jim Grosbach <grosbach@apple.com> | 2013-08-26 20:07:29 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2013-08-26 20:07:29 +0000 |
commit | 5f71aab12eaa0b245ab5274df66f183e9c7dd774 (patch) | |
tree | f28ebda7b8388f282931d58d23c9e09ebcce70c1 /llvm/test/CodeGen/ARM/fast-isel-pic.ll | |
parent | 08aa53423960b02401cabd1d8b52047c0c89b4df (diff) | |
download | bcm5719-llvm-5f71aab12eaa0b245ab5274df66f183e9c7dd774.tar.gz bcm5719-llvm-5f71aab12eaa0b245ab5274df66f183e9c7dd774.zip |
ARM: FastISel verifier error cleanup.
Constant pool and global value reference instructions need more
restricted register classes than plain GPR.
rdar://12594152
llvm-svn: 189270
Diffstat (limited to 'llvm/test/CodeGen/ARM/fast-isel-pic.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/fast-isel-pic.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/fast-isel-pic.ll b/llvm/test/CodeGen/ARM/fast-isel-pic.ll index e3e5972cf78..838c103e7c0 100644 --- a/llvm/test/CodeGen/ARM/fast-isel-pic.ll +++ b/llvm/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 |