summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfException.h
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2009-07-28 23:23:00 +0000
committerBill Wendling <isanbard@gmail.com>2009-07-28 23:23:00 +0000
commit6c574d883c26809573eb4111620886e62bc45ba1 (patch)
treec4aeca6958b15720ddd18ce2a845bcc3c5690d62 /llvm/lib/CodeGen/AsmPrinter/DwarfException.h
parent1fddd873b40f836bb02f1e4a3e1886d56f58173e (diff)
downloadbcm5719-llvm-6c574d883c26809573eb4111620886e62bc45ba1.tar.gz
bcm5719-llvm-6c574d883c26809573eb4111620886e62bc45ba1.zip
Doxygenify comments.
llvm-svn: 77394
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfException.h')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfException.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfException.h b/llvm/lib/CodeGen/AsmPrinter/DwarfException.h
index de1c436e46f..4b3753893ef 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfException.h
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfException.h
@@ -141,6 +141,8 @@ class VISIBILITY_HIDDEN DwarfException : public Dwarf {
unsigned Action;
};
+ /// ComputeActionsTable - Compute the actions table and gather the first
+ /// action index for each landing pad site.
unsigned ComputeActionsTable(const SmallVectorImpl<const LandingPadInfo*> &LP,
SmallVectorImpl<ActionEntry> &Actions,
SmallVectorImpl<unsigned> &FirstActions);
OpenPOWER on IntegriCloud