diff options
Diffstat (limited to 'llvm/docs/TableGen')
-rw-r--r-- | llvm/docs/TableGen/BackEnds.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/docs/TableGen/BackEnds.rst b/llvm/docs/TableGen/BackEnds.rst index 42de41da74f..e8544b65216 100644 --- a/llvm/docs/TableGen/BackEnds.rst +++ b/llvm/docs/TableGen/BackEnds.rst @@ -78,8 +78,7 @@ 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>CodeEmitter.cpp``, and -with option `-mc-emitter` to be included in ``<Target>MCCodeEmitter.cpp``. +**Usage**: Used to include directly at the end of ``<Target>MCCodeEmitter.cpp``. RegisterInfo ------------ |