From 0e073cd755d2582295de65b49ca2a7ead8ad48bf Mon Sep 17 00:00:00 2001 From: Dale Johannesen Date: Tue, 19 Jan 2010 00:10:52 +0000 Subject: Revert 93811 per request. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93818 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/SelectionDAG/FastISel.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/CodeGen/SelectionDAG/FastISel.cpp') diff --git a/lib/CodeGen/SelectionDAG/FastISel.cpp b/lib/CodeGen/SelectionDAG/FastISel.cpp index b7dbd03..09fd657 100644 --- a/lib/CodeGen/SelectionDAG/FastISel.cpp +++ b/lib/CodeGen/SelectionDAG/FastISel.cpp @@ -343,9 +343,6 @@ bool FastISel::SelectCall(User *I) { if (MDNode *Dbg = DI->getMetadata("dbg")) MMI->setVariableDbgInfo(DI->getVariable(), FI, Dbg); } - // Building the map above is target independent. Generating DEBUG_VALUE - // inline is target dependent; do this now. - (void)TargetSelectInstruction(cast(I)); return true; } case Intrinsic::eh_exception: { -- cgit v1.1