summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorReed Kotler <rkotler@mips.com>2014-01-16 00:47:46 +0000
committerReed Kotler <rkotler@mips.com>2014-01-16 00:47:46 +0000
commit897473a28dc52e941923ea22939f69dacb85a547 (patch)
treeb979b0e7e79f3ee8fef52295bc1717e712a77b71 /test
parentd12cef82816190a5176d79108da1765da700d418 (diff)
downloadllvm-897473a28dc52e941923ea22939f69dacb85a547.tar.gz
llvm-897473a28dc52e941923ea22939f69dacb85a547.tar.bz2
llvm-897473a28dc52e941923ea22939f69dacb85a547.tar.xz
Adjust offsets for max load instruction offsets. This is more pessimistic
than it needs to be by 1 bit but I need to finish some other things so that all the boundary cases will work in that situation. constpool.c in test-suite will fail to assemble under our new internal test-suite sync without this change. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199343 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/Mips/const6a.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Mips/const6a.ll b/test/CodeGen/Mips/const6a.ll
index 8b402accc7..d342390587 100644
--- a/test/CodeGen/Mips/const6a.ll
+++ b/test/CodeGen/Mips/const6a.ll
@@ -19,7 +19,7 @@ entry:
; load-relax: $CPI0_0:
; load-relax: .4byte 3735943886
; load-relax: .end t
- call void asm sideeffect ".space 40000", ""() #1, !srcloc !1
+ call void asm sideeffect ".space 10000", ""() #1, !srcloc !1
ret void
}