diff options
author | Yaron Keren <yaron.keren@gmail.com> | 2013-10-24 10:04:47 +0000 |
---|---|---|
committer | Yaron Keren <yaron.keren@gmail.com> | 2013-10-24 10:04:47 +0000 |
commit | 1ec9df3322d05a5be1144acd4d013865f9eb353f (patch) | |
tree | ebf28b6a82d8bd513545044007d314d4842a6726 /llvm/lib/ExecutionEngine | |
parent | d55d159d09912b72728d9767d6cdaac36bade7dc (diff) | |
download | bcm5719-llvm-1ec9df3322d05a5be1144acd4d013865f9eb353f.tar.gz bcm5719-llvm-1ec9df3322d05a5be1144acd4d013865f9eb353f.zip |
Replaced non-ASCII character.
llvm-svn: 193324
Diffstat (limited to 'llvm/lib/ExecutionEngine')
-rw-r--r-- | llvm/lib/ExecutionEngine/MCJIT/MCJIT.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/ExecutionEngine/MCJIT/MCJIT.h b/llvm/lib/ExecutionEngine/MCJIT/MCJIT.h index 8583a19427c..86b478bff56 100644 --- a/llvm/lib/ExecutionEngine/MCJIT/MCJIT.h +++ b/llvm/lib/ExecutionEngine/MCJIT/MCJIT.h @@ -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. // |