diff docs/MCJITDesignAndImplementation.rst @ 77:54457678186b LLVM3.6

LLVM 3.6
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Mon, 08 Sep 2014 22:06:00 +0900
parents 95c75e76d11b
children 7d135dc70f03
line wrap: on
line diff
--- a/docs/MCJITDesignAndImplementation.rst	Thu Dec 12 15:22:36 2013 +0900
+++ b/docs/MCJITDesignAndImplementation.rst	Mon Sep 08 22:06:00 2014 +0900
@@ -57,7 +57,7 @@
 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