[llvm] r193324 - Replaced non-ASCII character.

Yaron Keren yaron.keren at gmail.com
Thu Oct 24 03:04:48 PDT 2013


Author: yrnkrn
Date: Thu Oct 24 05:04:47 2013
New Revision: 193324

URL: http://llvm.org/viewvc/llvm-project?rev=193324&view=rev
Log:
Replaced non-ASCII character.


Modified:
    llvm/trunk/lib/ExecutionEngine/MCJIT/MCJIT.h

Modified: llvm/trunk/lib/ExecutionEngine/MCJIT/MCJIT.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/ExecutionEngine/MCJIT/MCJIT.h?rev=193324&r1=193323&r2=193324&view=diff
==============================================================================
--- llvm/trunk/lib/ExecutionEngine/MCJIT/MCJIT.h (original)
+++ llvm/trunk/lib/ExecutionEngine/MCJIT/MCJIT.h Thu Oct 24 05:04:47 2013
@@ -75,7 +75,7 @@ private:
 // The purpose of the "added" state is having modules in standby. (added=known
 // but not compiled). The idea is that you can add a module to provide function
 // definitions but if nothing in that module is referenced by a module in which
-// a function is executed (note the wording here because itÂ’s not exactly the
+// a function is executed (note the wording here because it's not exactly the
 // ideal case) then the module never gets compiled. This is sort of lazy
 // compilation.
 //





More information about the llvm-commits mailing list