mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-06 09:44:39 +00:00
Remove #if'd code and update comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227873 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b1427d95e2
commit
30803daf51
@ -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…
x
Reference in New Issue
Block a user