Remove #if'd code and update comment.

llvm-svn: 227873
This commit is contained in:
Eric Christopher 2015-02-02 22:11:42 +00:00
parent f8b8e4a3fb
commit 0fef34e3fc
1 changed files with 2 additions and 5 deletions

View File

@ -355,11 +355,8 @@ bool HexagonNewValueJump::runOnMachineFunction(MachineFunction &MF) {
<< "********** Function: "
<< MF.getName() << "\n");
#if 0
// for now disable this, if we move NewValueJump before register
// allocation we need this information.
LiveVariables &LVs = getAnalysis<LiveVariables>();
#endif
// If we move NewValueJump before register allocation we'll need live variable
// analysis here too.
QII = static_cast<const HexagonInstrInfo *>(MF.getSubtarget().getInstrInfo());
QRI = static_cast<const HexagonRegisterInfo *>(