[llvm] r217226 - Minor typo.
Andrew Trick
atrick at apple.com
Thu Sep 4 21:56:43 PDT 2014
Author: atrick
Date: Thu Sep 4 23:56:43 2014
New Revision: 217226
URL: http://llvm.org/viewvc/llvm-project?rev=217226&view=rev
Log:
Minor typo.
Modified:
llvm/trunk/docs/MCJITDesignAndImplementation.rst
Modified: llvm/trunk/docs/MCJITDesignAndImplementation.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/MCJITDesignAndImplementation.rst?rev=217226&r1=217225&r2=217226&view=diff
==============================================================================
--- llvm/trunk/docs/MCJITDesignAndImplementation.rst (original)
+++ llvm/trunk/docs/MCJITDesignAndImplementation.rst Thu Sep 4 23:56:43 2014
@@ -57,7 +57,7 @@ attempt to retrieve an object image from
has been set. If a cached object image cannot be retrieved, MCJIT will
call its emitObject method. MCJIT::emitObject uses a local PassManager
instance and creates a new ObjectBufferStream instance, both of which it
-passes to TargetManager::addPassesToEmitMC before calling PassManager::run
+passes to TargetMachine::addPassesToEmitMC before calling PassManager::run
on the Module with which it was created.
.. image:: MCJIT-load.png
More information about the llvm-commits
mailing list