commit | 0f405c8d734bf49e620bd0bcb6b18187f5bd9a64 | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Wed Apr 14 17:09:37 2010 +0000 |
committer | Dan Gohman <gohman@apple.com> | Wed Apr 14 17:09:37 2010 +0000 |
tree | f5673f45b845a5d33ee018d67e58b64cfe67a926 | |
parent | fd0e2e31be34603d33d4733775fd90748577bb71 [diff] |
Add a comment. llvm-svn: 101260
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp index a17119b..8583336 100644 --- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
@@ -226,6 +226,8 @@ "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;