Fix a bug in which address displacements were being added to the
authorDan Gohman <gohman@apple.com>
Thu, 25 Sep 2008 23:34:02 +0000 (23:34 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 25 Sep 2008 23:34:02 +0000 (23:34 +0000)
commit789ce77c6a90747aab392e01f30601d55a95fe3a
tree49dbc7d2f6ede84de76378e0ef2e6fa4870459a0
parentc4f72dd6e759a170808ecfc6be784f8598367484
Fix a bug in which address displacements were being added to the
load from the stub, instead of the result of the load from the stub.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56626 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86FastISel.cpp