forked from OSchip/llvm-project
[GlobalISel] Use ASCII quote/apostrophe in comment. NFC.
llvm-svn: 297867
This commit is contained in:
parent
f86ded282d
commit
d8319e99d8
|
@ -426,7 +426,7 @@ public:
|
||||||
// MIRBuilder.getOrCreateBB(bb)
|
// MIRBuilder.getOrCreateBB(bb)
|
||||||
// for each inst in bb
|
// for each inst in bb
|
||||||
// if (!translate(MIRBuilder, inst, ValToVReg, ConstantToSequence))
|
// if (!translate(MIRBuilder, inst, ValToVReg, ConstantToSequence))
|
||||||
// report_fatal_error(“Don’t know how to translate input");
|
// report_fatal_error("Don't know how to translate input");
|
||||||
// finalize()
|
// finalize()
|
||||||
bool runOnMachineFunction(MachineFunction &MF) override;
|
bool runOnMachineFunction(MachineFunction &MF) override;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue