[llvm] r297867 - [GlobalISel] Use ASCII quote/apostrophe in comment. NFC.
Ahmed Bougacha via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 15 11:22:25 PDT 2017
Author: ab
Date: Wed Mar 15 13:22:24 2017
New Revision: 297867
URL: http://llvm.org/viewvc/llvm-project?rev=297867&view=rev
Log:
[GlobalISel] Use ASCII quote/apostrophe in comment. NFC.
Modified:
llvm/trunk/include/llvm/CodeGen/GlobalISel/IRTranslator.h
Modified: llvm/trunk/include/llvm/CodeGen/GlobalISel/IRTranslator.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/GlobalISel/IRTranslator.h?rev=297867&r1=297866&r2=297867&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/GlobalISel/IRTranslator.h (original)
+++ llvm/trunk/include/llvm/CodeGen/GlobalISel/IRTranslator.h Wed Mar 15 13:22:24 2017
@@ -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;
};
More information about the llvm-commits
mailing list