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)
|
||||
// for each inst in bb
|
||||
// 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()
|
||||
bool runOnMachineFunction(MachineFunction &MF) override;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue