From 0fcd40f501d99ce50b23f67e578a37f0943dec36 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 22 Dec 2005 21:16:08 +0000 Subject: remove dead code git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24965 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/Alpha/AlphaISelPattern.cpp | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'lib/Target/Alpha/AlphaISelPattern.cpp') diff --git a/lib/Target/Alpha/AlphaISelPattern.cpp b/lib/Target/Alpha/AlphaISelPattern.cpp index 44b38282f0..2ce18e1ae3 100644 --- a/lib/Target/Alpha/AlphaISelPattern.cpp +++ b/lib/Target/Alpha/AlphaISelPattern.cpp @@ -1600,19 +1600,6 @@ void AlphaISel::Select(SDOperand N) { return; } - case ISD::ImplicitDef: - ++count_ins; - Select(N.getOperand(0)); - switch(N.getValueType()) { - case MVT::f32: Opc = Alpha::IDEF_F32; break; - case MVT::f64: Opc = Alpha::IDEF_F64; break; - case MVT::i64: Opc = Alpha::IDEF_I; break; - default: assert(0 && "should have been legalized"); - }; - BuildMI(BB, Opc, 0, - cast(N.getOperand(1))->getReg()); - return; - case ISD::EntryToken: return; // Noop case ISD::TokenFactor: -- cgit v1.2.3-18-g5258