Temporarily Revert "Nuke the old JIT." as it's not quite ready to
[oota-llvm.git] / docs / TableGen / BackEnds.rst
index e8544b65216dc7c13a31f08358b2ea254b701bc5..42de41da74fb768c6413cf533e3af4bfc0c7db83 100644 (file)
@@ -78,7 +78,8 @@ returns the (currently, 32-bit unsigned) value of the instruction.
 **Output**: C++ code, implementing the target's CodeEmitter
 class by overriding the virtual functions as ``<Target>CodeEmitter::function()``.
 
-**Usage**: Used to include directly at the end of ``<Target>MCCodeEmitter.cpp``.
+**Usage**: Used to include directly at the end of ``<Target>CodeEmitter.cpp``, and
+with option `-mc-emitter` to be included in ``<Target>MCCodeEmitter.cpp``.
 
 RegisterInfo
 ------------