summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorDale Johannesen <dalej@apple.com>2010-01-19 00:10:52 +0000
committerDale Johannesen <dalej@apple.com>2010-01-19 00:10:52 +0000
commita3db6ef9a295a306ff8959218323c626ffb80bd6 (patch)
treea946a3a4fe0d89e04e3e50196ebb4f16b8461f50 /llvm/lib/CodeGen
parentd5f52364685acdba5279f8a44488d8df8bfef1e3 (diff)
downloadbcm5719-llvm-a3db6ef9a295a306ff8959218323c626ffb80bd6.tar.gz
bcm5719-llvm-a3db6ef9a295a306ff8959218323c626ffb80bd6.zip
Revert 93811 per request.
llvm-svn: 93818
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/FastISel.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp b/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
index b7dbd03fc3a..09fd657fffd 100644
--- a/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
+++ b/llvm/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<Instruction>(I));
return true;
}
case Intrinsic::eh_exception: {
OpenPOWER on IntegriCloud