mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Fix typos in comments.
llvm-svn: 130396
This commit is contained in:
parent
bb0599c1f4
commit
97fa854251
@ -114,7 +114,7 @@ public:
|
||||
void dump() const; // dump - Print to stderr.
|
||||
|
||||
/// createPrinterPass - Get a Pass appropriate to print the IR this
|
||||
/// pass operates one (Module, Function or MachineFunction).
|
||||
/// pass operates on (Module, Function or MachineFunction).
|
||||
virtual Pass *createPrinterPass(raw_ostream &O,
|
||||
const std::string &Banner) const = 0;
|
||||
|
||||
@ -320,7 +320,7 @@ class BasicBlockPass : public Pass {
|
||||
public:
|
||||
explicit BasicBlockPass(char &pid) : Pass(PT_BasicBlock, pid) {}
|
||||
|
||||
/// createPrinterPass - Get a function printer pass.
|
||||
/// createPrinterPass - Get a basic block printer pass.
|
||||
Pass *createPrinterPass(raw_ostream &O, const std::string &Banner) const;
|
||||
|
||||
/// doInitialization - Virtual method overridden by subclasses to do
|
||||
|
Loading…
Reference in New Issue
Block a user