summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
diff options
context:
space:
mode:
authorCameron Zwarich <zwarich@apple.com>2011-02-24 10:00:13 +0000
committerCameron Zwarich <zwarich@apple.com>2011-02-24 10:00:13 +0000
commit988faf91bda67356edff01e3a73f1c53688a4b8b (patch)
treee4fd5fc10a11b6f7dbd5b48c737db49cd95578f8 /llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
parent6470647383c46c978f4f185c66d51adb05a920f9 (diff)
downloadbcm5719-llvm-988faf91bda67356edff01e3a73f1c53688a4b8b.tar.gz
bcm5719-llvm-988faf91bda67356edff01e3a73f1c53688a4b8b.zip
Track blocks visited in reverse postorder.
llvm-svn: 126377
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp b/llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
index 98582ba99f1..c55cf85a6d2 100644
--- a/llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
@@ -219,6 +219,7 @@ void FunctionLoweringInfo::clear() {
CatchInfoFound.clear();
#endif
LiveOutRegInfo.clear();
+ VisitedBBs.clear();
ArgDbgValues.clear();
ByValArgFrameIndexMap.clear();
RegFixups.clear();
OpenPOWER on IntegriCloud