CodeGen: Remove commented out code
authorJustin Bogner <mail@justinbogner.com>
Sat, 2 Aug 2014 06:47:07 +0000 (06:47 +0000)
committerJustin Bogner <mail@justinbogner.com>
Sat, 2 Aug 2014 06:47:07 +0000 (06:47 +0000)
These two lines have been commented out for over 4 years. They aren't
helping anyone.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214615 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp

index 57e22e21c3712454df7673ffab9e4b1b72b36b56..cf64736624a370b1658862525ff86c829290148e 100644 (file)
@@ -2449,8 +2449,6 @@ SelectCodeCommon(SDNode *NodeToMatch, const unsigned char *MatcherTable,
   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: