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 | 4832660b4d62462ee83f4131accaa64991c01dfe (patch) | |
tree | 4a700a46a40c8d767d90e20ef6416af067df63ef /llvm/lib/CodeGen/SelectionDAG/FastISel.cpp | |
parent | 4b026b962a93d2d7980b924e77ec98c333bbffb3 (diff) | |
download | bcm5719-llvm-4832660b4d62462ee83f4131accaa64991c01dfe.tar.gz bcm5719-llvm-4832660b4d62462ee83f4131accaa64991c01dfe.zip |
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
llvm-svn: 129662
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/FastISel.cpp')
0 files changed, 0 insertions, 0 deletions