diff options
author | Devang Patel <dpatel@apple.com> | 2011-07-19 00:28:24 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2011-07-19 00:28:24 +0000 |
commit | 9ab3cac69468462fd0bf770d3a80912c611094ae (patch) | |
tree | 2de7d294765d8966e4ae6f7fe2125e1d001ec658 /llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | |
parent | 532114e8a4306b6881ad655d92bbd355aca39cef (diff) | |
download | bcm5719-llvm-9ab3cac69468462fd0bf770d3a80912c611094ae.tar.gz bcm5719-llvm-9ab3cac69468462fd0bf770d3a80912c611094ae.zip |
Revert r135423.
llvm-svn: 135454
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp index d3cb0fedef0..87bb296b8c7 100644 --- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp @@ -964,8 +964,6 @@ void SelectionDAGISel::SelectAllBasicBlocks(const Function &Fn) { else ++NumFastIselBlocks; - if (FastIS && LLVMBB != &Fn.getEntryBlock()) - FastIS->recomputeDebugLocForMaterializedRegs(); if (Begin != BI) { // Run SelectionDAG instruction selection on the remainder of the block // not handled by FastISel. If FastISel is not run, this is the entire |