In InsertFPRegKills(), use the machine-CFG itself rather than the
authorBrian Gaeke <gaeke@uiuc.edu>
Wed, 28 Apr 2004 04:34:16 +0000 (04:34 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Wed, 28 Apr 2004 04:34:16 +0000 (04:34 +0000)
commit235aa5eba7984ba7b526f9b63273549f5a7efc80
tree8a73ae91c2e194ed2a1b68d8e694ad05b70f422e
parentea9ca673042fdd99eda1dd98a21e6b88832ef6a1
In InsertFPRegKills(), use the machine-CFG itself rather than the
LLVM CFG when trying to find the successors of BB.

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