diff options
Diffstat (limited to 'llvm/docs/WritingAnLLVMBackend.html')
| -rw-r--r-- | llvm/docs/WritingAnLLVMBackend.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/WritingAnLLVMBackend.html b/llvm/docs/WritingAnLLVMBackend.html index 8826ee7706b..909432ef453 100644 --- a/llvm/docs/WritingAnLLVMBackend.html +++ b/llvm/docs/WritingAnLLVMBackend.html @@ -74,7 +74,7 @@ implement the following:</p> <li>Create a <a href="TableGenFundamentals.html">TableGen</a> description of the register set and register classes</li> <li>Implement a subclass of <tt><a - href="CodeGenerator.html#mregisterinfo">MRegisterInfo</a></tt></li> + href="CodeGenerator.html#targetregisterinfo">TargetRegisterInfo</a></tt></li> </ul></li> <li>Describe the instruction set. <ul> |

