diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-12-07 11:21:42 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-12-07 11:21:42 +0000 |
| commit | 87e088060677dbe124859ce199703f1b50c3d7f1 (patch) | |
| tree | 3aeceff945e697fc81fc12d9c9b407b8c2c562fc /llvm/lib/ExecutionEngine/MCJIT | |
| parent | 87f9fef5a5eea460a27a5428110a52709079d165 (diff) | |
| download | bcm5719-llvm-87e088060677dbe124859ce199703f1b50c3d7f1.tar.gz bcm5719-llvm-87e088060677dbe124859ce199703f1b50c3d7f1.zip | |
Whitespace cleanups.
llvm-svn: 196654
Diffstat (limited to 'llvm/lib/ExecutionEngine/MCJIT')
| -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 86b478bff56..58381c3c343 100644 --- a/llvm/lib/ExecutionEngine/MCJIT/MCJIT.h +++ b/llvm/lib/ExecutionEngine/MCJIT/MCJIT.h @@ -322,7 +322,7 @@ protected: /// emitObject -- Generate a JITed object in memory from the specified module /// Currently, MCJIT only supports a single module and the module passed to /// this function call is expected to be the contained module. The module - /// is passed as a parameter here to prepare for multiple module support in + /// is passed as a parameter here to prepare for multiple module support in /// the future. ObjectBufferStream* emitObject(Module *M); |

