llvm-svn: 196848
This commit is contained in:
Eric Christopher 2013-12-10 00:26:06 +00:00
parent b9446f75e7
commit 2cb24cd0dc

View File

@ -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.