aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/RegAllocLinearScan.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-02-17 06:57:26 +0000
committerChris Lattner <sabre@nondot.org>2007-02-17 06:57:26 +0000
commitdee5a5a52c45d04aa9f64a7b6e2adae37878a304 (patch)
tree7c6ae95cfef4b9964d87bbbde5fac75a66c60338 /lib/CodeGen/RegAllocLinearScan.cpp
parent0f74372ebfd468fa39421b7cc56f0e84a55ac9f3 (diff)
Fix ixaddrs as well, allowing ppc64 to compile to:
_test2: li r2, 0 lis r3, 1 std r2, 9024(r3) blr instead of: _test2: lis r2, 1 li r3, 0 ori r2, r2, 9024 std r3, 0(r2) blr This implements CodeGen/PowerPC/LargeAbsoluteAddr.ll:test2 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34373 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/RegAllocLinearScan.cpp')
0 files changed, 0 insertions, 0 deletions