summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-12-10 00:26:06 +0000
committerEric Christopher <echristo@gmail.com>2013-12-10 00:26:06 +0000
commit4df116053623eb03b59ee391a2276fe11234d9d1 (patch)
treeabbca89d5c6e6de33614a31b509951ea64d1c033 /llvm/lib/CodeGen/AsmPrinter
parent74d682b4436dcf2ad210c049c71e85b1d4688609 (diff)
downloadbcm5719-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.h3
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.
OpenPOWER on IntegriCloud