diff options
author | Diego Novillo <dnovillo@google.com> | 2015-05-26 17:45:38 +0000 |
---|---|---|
committer | Diego Novillo <dnovillo@google.com> | 2015-05-26 17:45:38 +0000 |
commit | bfecc06656d0f9fcdf22270b6c0aa15441d8d198 (patch) | |
tree | 889838a18c0693f03f95bd370126a062f2e18f49 /llvm/test/CodeGen/ARM/named-reg-alloc.ll | |
parent | 134ce5d1e48d496290fb25ce5fb3032e3e9b5f02 (diff) | |
download | bcm5719-llvm-bfecc06656d0f9fcdf22270b6c0aa15441d8d198.tar.gz bcm5719-llvm-bfecc06656d0f9fcdf22270b6c0aa15441d8d198.zip |
Revert "Re-commit changes in r237579 with fix for bug breaking windows builds."
This reverts commit r238201 to fix linking problems in x86 Linux
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20150525/278413.html
llvm-svn: 238223
Diffstat (limited to 'llvm/test/CodeGen/ARM/named-reg-alloc.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/named-reg-alloc.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/named-reg-alloc.ll b/llvm/test/CodeGen/ARM/named-reg-alloc.ll index d41fa64882c..380cf39734f 100644 --- a/llvm/test/CodeGen/ARM/named-reg-alloc.ll +++ b/llvm/test/CodeGen/ARM/named-reg-alloc.ll @@ -4,7 +4,7 @@ define i32 @get_stack() nounwind { entry: ; FIXME: Include an allocatable-specific error message -; CHECK: Invalid register name "r5". +; CHECK: Invalid register name global variable %sp = call i32 @llvm.read_register.i32(metadata !0) ret i32 %sp } |