X86: Base _fltused on the FunctionType of the called value instead of the potentially...
authorMichael J. Spencer <bigcheesegs@gmail.com>
Thu, 21 Oct 2010 20:49:23 +0000 (20:49 +0000)
committerMichael J. Spencer <bigcheesegs@gmail.com>
Thu, 21 Oct 2010 20:49:23 +0000 (20:49 +0000)
commit391b43bf33b77cb73966c9582d5b3fdfe0c38e80
tree381db691fcbed63d583d376ab8b88c847a385c2e
parent90d4cf931477b497553a9f2d0ed53377dd5dd88c
X86: Base _fltused on the FunctionType of the called value instead of the potentially null "CalledFunction". Thanks Duncan!

This is needed for indirect calls.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117061 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp