mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-17 08:36:52 +00:00
80-col.
llvm-svn: 196848
This commit is contained in:
parent
b9446f75e7
commit
2cb24cd0dc
@ -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