[GlobalISel] Use ASCII quote/apostrophe in comment. NFC.

llvm-svn: 297867
This commit is contained in:
Ahmed Bougacha 2017-03-15 18:22:24 +00:00
parent f86ded282d
commit d8319e99d8
1 changed files with 1 additions and 1 deletions

View File

@ -426,7 +426,7 @@ public:
// MIRBuilder.getOrCreateBB(bb)
// for each inst in bb
// if (!translate(MIRBuilder, inst, ValToVReg, ConstantToSequence))
// report_fatal_error(“Dont know how to translate input");
// report_fatal_error("Don't know how to translate input");
// finalize()
bool runOnMachineFunction(MachineFunction &MF) override;
};