mirror of
				https://github.com/c64scene-ar/llvm-6502.git
				synced 2025-10-30 16:17:05 +00:00 
			
		
		
		
	Remove old DBG_LABEL code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90669 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
		| @@ -113,7 +113,6 @@ protected: | |||||||
|   // Calls to these functions are generated by tblgen. |   // Calls to these functions are generated by tblgen. | ||||||
|   SDNode *Select_INLINEASM(SDValue N); |   SDNode *Select_INLINEASM(SDValue N); | ||||||
|   SDNode *Select_UNDEF(const SDValue &N); |   SDNode *Select_UNDEF(const SDValue &N); | ||||||
|   SDNode *Select_DBG_LABEL(const SDValue &N); |  | ||||||
|   SDNode *Select_EH_LABEL(const SDValue &N); |   SDNode *Select_EH_LABEL(const SDValue &N); | ||||||
|   void CannotYetSelect(SDValue N); |   void CannotYetSelect(SDValue N); | ||||||
|   void CannotYetSelectIntrinsic(SDValue N); |   void CannotYetSelectIntrinsic(SDValue N); | ||||||
|   | |||||||
| @@ -1327,14 +1327,6 @@ SDNode *SelectionDAGISel::Select_UNDEF(const SDValue &N) { | |||||||
|                               N.getValueType()); |                               N.getValueType()); | ||||||
| } | } | ||||||
|  |  | ||||||
| SDNode *SelectionDAGISel::Select_DBG_LABEL(const SDValue &N) { |  | ||||||
|   SDValue Chain = N.getOperand(0); |  | ||||||
|   unsigned C = cast<LabelSDNode>(N)->getLabelID(); |  | ||||||
|   SDValue Tmp = CurDAG->getTargetConstant(C, MVT::i32); |  | ||||||
|   return CurDAG->SelectNodeTo(N.getNode(), TargetInstrInfo::DBG_LABEL, |  | ||||||
|                               MVT::Other, Tmp, Chain); |  | ||||||
| } |  | ||||||
|  |  | ||||||
| SDNode *SelectionDAGISel::Select_EH_LABEL(const SDValue &N) { | SDNode *SelectionDAGISel::Select_EH_LABEL(const SDValue &N) { | ||||||
|   SDValue Chain = N.getOperand(0); |   SDValue Chain = N.getOperand(0); | ||||||
|   unsigned C = cast<LabelSDNode>(N)->getLabelID(); |   unsigned C = cast<LabelSDNode>(N)->getLabelID(); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user