diff options
Diffstat (limited to 'docs/WritingAnLLVMBackend.rst')
-rw-r--r-- | docs/WritingAnLLVMBackend.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/WritingAnLLVMBackend.rst b/docs/WritingAnLLVMBackend.rst index f06a95da21522..0fc7382f788bb 100644 --- a/docs/WritingAnLLVMBackend.rst +++ b/docs/WritingAnLLVMBackend.rst @@ -593,12 +593,12 @@ the order in the definition of ``IntRegs`` in the target description file. FPRegsClass FPRegsRegClass; IntRegsClass IntRegsRegClass; ... - // IntRegs Sub-register Classess... + // IntRegs Sub-register Classes... static const TargetRegisterClass* const IntRegsSubRegClasses [] = { NULL }; ... - // IntRegs Super-register Classess... + // IntRegs Super-register Classes.. static const TargetRegisterClass* const IntRegsSuperRegClasses [] = { NULL }; |