Attempt to fix llvm-gcc build. It was crashing when building gcov.o for an
authorBob Wilson <bob.wilson@apple.com>
Wed, 22 Sep 2010 17:35:14 +0000 (17:35 +0000)
committerBob Wilson <bob.wilson@apple.com>
Wed, 22 Sep 2010 17:35:14 +0000 (17:35 +0000)
commiteafca4e2b27d5b63d4375291b6db20d66e663c31
tree68acdbdb30a6507a19620e6a99e0b54d961af0e7
parent205a5fa8e4233cdcdc71152c0f8c4334ea9ce2eb
Attempt to fix llvm-gcc build.  It was crashing when building gcov.o for an
ARM cross-compiler on x86, because the MMO size did not match the type size.
This fixes the MMO size and also the size of the stack object to match the
type size.

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