1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00

Add a comment.

llvm-svn: 101260
This commit is contained in:
Dan Gohman 2010-04-14 17:09:37 +00:00
parent d0c66476e1
commit 4374fdf868

View File

@ -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;