mirror of
				https://github.com/c64scene-ar/llvm-6502.git
				synced 2025-10-30 16:17:05 +00:00 
			
		
		
		
	Remove dead variable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92194 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
		| @@ -190,7 +190,6 @@ static SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) { | |||||||
|   EVT PtrVT = Op.getValueType(); |   EVT PtrVT = Op.getValueType(); | ||||||
|   JumpTableSDNode *JT = cast<JumpTableSDNode>(Op); |   JumpTableSDNode *JT = cast<JumpTableSDNode>(Op); | ||||||
|   SDValue JTI = DAG.getTargetJumpTable(JT->getIndex(), PtrVT); |   SDValue JTI = DAG.getTargetJumpTable(JT->getIndex(), PtrVT); | ||||||
|   SDValue Zero = DAG.getConstant(0, PtrVT); |  | ||||||
|   // FIXME there isn't really any debug info here |   // FIXME there isn't really any debug info here | ||||||
|   DebugLoc dl = Op.getDebugLoc(); |   DebugLoc dl = Op.getDebugLoc(); | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user