Fix up assertion in r135018 so it doesn't trigger on 32-bit; when we're in 32-bit...
authorEli Friedman <eli.friedman@gmail.com>
Thu, 14 Jul 2011 00:22:31 +0000 (00:22 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Thu, 14 Jul 2011 00:22:31 +0000 (00:22 +0000)
commit7e9450107148895cd882dbaa21f17727b876998a
tree84f08aa3feb20f087d8bbca14ad08da6bc9bb6dc
parent00a66653cbe56dfbdb831172b54097bf8256a191
Fix up assertion in r135018 so it doesn't trigger on 32-bit; when we're in 32-bit, it doesn't matter whether the operation overflows because the computed address is not wider than the immediate.

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