mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-19 06:31:18 +00:00
Fix a typo in a comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196304 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
445cfd70b9
commit
aceff4a16e
@ -41,7 +41,7 @@ public:
|
|||||||
virtual void beginFunction(const MachineFunction *MF) = 0;
|
virtual void beginFunction(const MachineFunction *MF) = 0;
|
||||||
|
|
||||||
/// \brief Gather post-function debug information.
|
/// \brief Gather post-function debug information.
|
||||||
/// Please note that some AsmPrinter implementationss may not call
|
/// Please note that some AsmPrinter implementations may not call
|
||||||
/// beginFunction at all.
|
/// beginFunction at all.
|
||||||
virtual void endFunction(const MachineFunction *MF) = 0;
|
virtual void endFunction(const MachineFunction *MF) = 0;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user