From: Ahmed Bougacha Date: Wed, 15 Mar 2017 18:22:24 +0000 (+0000) Subject: [GlobalISel] Use ASCII quote/apostrophe in comment. NFC. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4d636381038ba547eff063d5f42b3a38bd1f6078;p=llvm [GlobalISel] Use ASCII quote/apostrophe in comment. NFC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@297867 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/GlobalISel/IRTranslator.h b/include/llvm/CodeGen/GlobalISel/IRTranslator.h index 281d665f235..00a97549662 100644 --- a/include/llvm/CodeGen/GlobalISel/IRTranslator.h +++ b/include/llvm/CodeGen/GlobalISel/IRTranslator.h @@ -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; };