diff options
author | Eric Christopher <echristo@gmail.com> | 2013-12-10 00:26:06 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2013-12-10 00:26:06 +0000 |
commit | 4df116053623eb03b59ee391a2276fe11234d9d1 (patch) | |
tree | abbca89d5c6e6de33614a31b509951ea64d1c033 /llvm/lib/CodeGen/AsmPrinter | |
parent | 74d682b4436dcf2ad210c049c71e85b1d4688609 (diff) | |
download | bcm5719-llvm-4df116053623eb03b59ee391a2276fe11234d9d1.tar.gz bcm5719-llvm-4df116053623eb03b59ee391a2276fe11234d9d1.zip |
80-col.
llvm-svn: 196848
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/AsmPrinterHandler.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/AsmPrinterHandler.h b/llvm/lib/CodeGen/AsmPrinter/AsmPrinterHandler.h index ff2dd4a3b60..2e7dcf65a32 100644 --- a/llvm/lib/CodeGen/AsmPrinter/AsmPrinterHandler.h +++ b/llvm/lib/CodeGen/AsmPrinter/AsmPrinterHandler.h @@ -37,7 +37,8 @@ public: virtual void endModule() = 0; /// \brief Gather pre-function debug information. - /// Every beginFunction(MF) call should be followed by an endFunction(MF) call. + /// Every beginFunction(MF) call should be followed by an endFunction(MF) + /// call. virtual void beginFunction(const MachineFunction *MF) = 0; /// \brief Gather post-function debug information. |