forked from OSchip/llvm-project
parent
f8b8e4a3fb
commit
0fef34e3fc
|
@ -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 *>(
|
||||
|
|
Loading…
Reference in New Issue