diff options
author | Cameron Zwarich <zwarich@apple.com> | 2011-02-24 10:00:13 +0000 |
---|---|---|
committer | Cameron Zwarich <zwarich@apple.com> | 2011-02-24 10:00:13 +0000 |
commit | 988faf91bda67356edff01e3a73f1c53688a4b8b (patch) | |
tree | e4fd5fc10a11b6f7dbd5b48c737db49cd95578f8 /llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp | |
parent | 6470647383c46c978f4f185c66d51adb05a920f9 (diff) | |
download | bcm5719-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.cpp | 1 |
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(); |