From: Eric Christopher Date: Mon, 2 Feb 2015 22:11:42 +0000 (+0000) Subject: Remove #if'd code and update comment. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=30803daf51e6561a134ce0890270fa6552cac12e;p=oota-llvm.git Remove #if'd code and update comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227873 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/Hexagon/HexagonNewValueJump.cpp b/lib/Target/Hexagon/HexagonNewValueJump.cpp index 7edba92e7e0..80983f87192 100644 --- a/lib/Target/Hexagon/HexagonNewValueJump.cpp +++ b/lib/Target/Hexagon/HexagonNewValueJump.cpp @@ -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(); -#endif + // If we move NewValueJump before register allocation we'll need live variable + // analysis here too. QII = static_cast(MF.getSubtarget().getInstrInfo()); QRI = static_cast(