mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-19 01:48:34 +00:00
80-col.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196848 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
eaa38c1689
commit
3dd4e46746
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user