fix AsmPrinter::GetBlockAddressSymbol to always return a unique
[oota-llvm.git] / lib / CodeGen / SelectionDAG / SelectionDAGISel.cpp
index ac71af5a78c6d6d3f82e8c1b666f74c6c5ce63c8..d91d8bdeceba5da5882d1db4b80fb5fe34c52a64 100644 (file)
@@ -2035,6 +2035,8 @@ SelectCodeCommon(SDNode *NodeToMatch, const unsigned char *MatcherTable,
   case ISD::EntryToken:       // These nodes remain the same.
   case ISD::BasicBlock:
   case ISD::Register:
+  //case ISD::VALUETYPE:
+  //case ISD::CONDCODE:
   case ISD::HANDLENODE:
   case ISD::TargetConstant:
   case ISD::TargetConstantFP: