[llvm] r227873 - Remove #if'd code and update comment.

Eric Christopher echristo at gmail.com
Mon Feb 2 14:11:42 PST 2015


Author: echristo
Date: Mon Feb  2 16:11:42 2015
New Revision: 227873

URL: http://llvm.org/viewvc/llvm-project?rev=227873&view=rev
Log:
Remove #if'd code and update comment.

Modified:
    llvm/trunk/lib/Target/Hexagon/HexagonNewValueJump.cpp

Modified: llvm/trunk/lib/Target/Hexagon/HexagonNewValueJump.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/Hexagon/HexagonNewValueJump.cpp?rev=227873&r1=227872&r2=227873&view=diff
==============================================================================
--- llvm/trunk/lib/Target/Hexagon/HexagonNewValueJump.cpp (original)
+++ llvm/trunk/lib/Target/Hexagon/HexagonNewValueJump.cpp Mon Feb  2 16:11:42 2015
@@ -355,11 +355,8 @@ bool HexagonNewValueJump::runOnMachineFu
                << "********** 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 *>(





More information about the llvm-commits mailing list