[llvm] r214615 - CodeGen: Remove commented out code

Justin Bogner mail at justinbogner.com
Fri Aug 1 23:47:07 PDT 2014


Author: bogner
Date: Sat Aug  2 01:47:07 2014
New Revision: 214615

URL: http://llvm.org/viewvc/llvm-project?rev=214615&view=rev
Log:
CodeGen: Remove commented out code

These two lines have been commented out for over 4 years. They aren't
helping anyone.

Modified:
    llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp

Modified: llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp?rev=214615&r1=214614&r2=214615&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp (original)
+++ llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp Sat Aug  2 01:47:07 2014
@@ -2449,8 +2449,6 @@ SelectCodeCommon(SDNode *NodeToMatch, co
   case ISD::BasicBlock:
   case ISD::Register:
   case ISD::RegisterMask:
-  //case ISD::VALUETYPE:
-  //case ISD::CONDCODE:
   case ISD::HANDLENODE:
   case ISD::MDNODE_SDNODE:
   case ISD::TargetConstant:





More information about the llvm-commits mailing list