summaryrefslogtreecommitdiff
path: root/lib/CodeGen
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
commit3dd4e467465dac62e5e7de9968d0d9815c8e7455 (patch)
treea91ae1de666f70ab3fa71635c7c0a02157f5d282 /lib/CodeGen
parenteaa38c1689de4fcc180e005650066b22e79aecd3 (diff)
downloadllvm-3dd4e467465dac62e5e7de9968d0d9815c8e7455.tar.gz
llvm-3dd4e467465dac62e5e7de9968d0d9815c8e7455.tar.bz2
llvm-3dd4e467465dac62e5e7de9968d0d9815c8e7455.tar.xz
80-col.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196848 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
-rw-r--r--lib/CodeGen/AsmPrinter/AsmPrinterHandler.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/CodeGen/AsmPrinter/AsmPrinterHandler.h b/lib/CodeGen/AsmPrinter/AsmPrinterHandler.h
index ff2dd4a3b6..2e7dcf65a3 100644
--- a/lib/CodeGen/AsmPrinter/AsmPrinterHandler.h
+++ b/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.