diff options
| author | Chris Lattner <sabre@nondot.org> | 2005-12-22 21:16:08 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2005-12-22 21:16:08 +0000 |
| commit | 177d7af5d514ee5e3a7a87495b8e2818e6f2ce57 (patch) | |
| tree | 72b4c3dc7ef7c7ec49eaeacf1ee079d043c336a9 /llvm/lib/Target/Alpha/AlphaISelPattern.cpp | |
| parent | 6b0325aa2690a89fc1bb560bce58677ce9674de2 (diff) | |
| download | bcm5719-llvm-177d7af5d514ee5e3a7a87495b8e2818e6f2ce57.tar.gz bcm5719-llvm-177d7af5d514ee5e3a7a87495b8e2818e6f2ce57.zip | |
remove dead code
llvm-svn: 24965
Diffstat (limited to 'llvm/lib/Target/Alpha/AlphaISelPattern.cpp')
| -rw-r--r-- | llvm/lib/Target/Alpha/AlphaISelPattern.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/llvm/lib/Target/Alpha/AlphaISelPattern.cpp b/llvm/lib/Target/Alpha/AlphaISelPattern.cpp index 44b38282f01..2ce18e1ae31 100644 --- a/llvm/lib/Target/Alpha/AlphaISelPattern.cpp +++ b/llvm/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<RegisterSDNode>(N.getOperand(1))->getReg()); - return; - case ISD::EntryToken: return; // Noop case ISD::TokenFactor: |

