summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2011-04-17 17:12:08 +0000
committerChris Lattner <sabre@nondot.org>2011-04-17 17:12:08 +0000
commit4832660b4d62462ee83f4131accaa64991c01dfe (patch)
tree4a700a46a40c8d767d90e20ef6416af067df63ef /llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
parent4b026b962a93d2d7980b924e77ec98c333bbffb3 (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud