Followup to r191252.
authorBill Wendling <isanbard@gmail.com>
Tue, 24 Sep 2013 07:19:30 +0000 (07:19 +0000)
committerBill Wendling <isanbard@gmail.com>
Tue, 24 Sep 2013 07:19:30 +0000 (07:19 +0000)
commit42d42595243be2787ce8807321a8783e0d0877bb
tree0b41fc949c53702e4a9c381828c7c31078ebd71a
parentfb2d8e137e8f19bd638aff07d507e26849e31dbc
Followup to r191252.

Make sure that the code that handles the constant addresses is run for the
GEPs. This just refactors that code and then calls it for the GEPs that are
collected during the iteration.

<rdar://problem/12445434>

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