diff options
author | Chris Lattner <sabre@nondot.org> | 2011-04-17 17:12:08 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2011-04-17 17:12:08 +0000 |
commit | 685090f5988a03da1a515493bad1e592d26b9956 (patch) | |
tree | 21bd6876476c43f19265d6e2ff59b4404c754066 /lib/CodeGen/SelectionDAG/FastISel.cpp | |
parent | dceb52a01b21425e3b4611957ec4988b991ec5a8 (diff) |
fix an oversight which caused us to compile the testcase (and other
less trivial things) into a dummy lea. Before we generated:
_test: ## @test
movq _G@GOTPCREL(%rip), %rax
leaq (%rax), %rax
ret
now we produce:
_test: ## @test
movq _G@GOTPCREL(%rip), %rax
ret
This is part of rdar://9289558
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129662 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/FastISel.cpp')
0 files changed, 0 insertions, 0 deletions