diff options
author | Dan Gohman <gohman@apple.com> | 2010-04-14 17:09:37 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-04-14 17:09:37 +0000 |
commit | c21e9ba3b53c716218bcfcceb95159bd7d368761 (patch) | |
tree | 82ee50bf00e3e6235e1ec7922ccbc37a1e52cb49 /lib | |
parent | df317fed1e01f90c280562e38c1c7cc9401e9585 (diff) | |
download | external_llvm-c21e9ba3b53c716218bcfcceb95159bd7d368761.zip external_llvm-c21e9ba3b53c716218bcfcceb95159bd7d368761.tar.gz external_llvm-c21e9ba3b53c716218bcfcceb95159bd7d368761.tar.bz2 |
Add a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101260 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp index a17119b..8583336 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp +++ b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp @@ -226,6 +226,8 @@ bool SelectionDAGISel::runOnMachineFunction(MachineFunction &mf) { "Not all catch info was assigned to a landing pad!"); #endif + // Release function-specific state. SDB and CurDAG are already cleared + // at this point. FuncInfo->clear(); return true; |