Fix a FIXME by moving the fast-isel implementation of the objectsize intrinsic from...
authorEli Friedman <eli.friedman@gmail.com>
Sat, 14 May 2011 00:47:51 +0000 (00:47 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Sat, 14 May 2011 00:47:51 +0000 (00:47 +0000)
commitd0118a2371f35faa6af97e67be69e1debc615c42
tree24b7621d4b4a78dc49a907abdb65fa045ee4a03d
parenta3f88148e66b6b42d5843f33db675ffa935ccb15
Fix a FIXME by moving the fast-isel implementation of the objectsize intrinsic from the x86 code to the generic code.

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