diff options
| author | Dan Gohman <gohman@apple.com> | 2008-02-10 18:45:23 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2008-02-10 18:45:23 +0000 |
| commit | 3a4be0fdefc64931e6ae95165c529a916e4dd32d (patch) | |
| tree | 9ffd3d1f95550f841f32371fb7ec29de8d2e0ed5 /llvm/docs/WritingAnLLVMBackend.html | |
| parent | 60fb1d80fe7d72057737e9b81049efbc78244207 (diff) | |
| download | bcm5719-llvm-3a4be0fdefc64931e6ae95165c529a916e4dd32d.tar.gz bcm5719-llvm-3a4be0fdefc64931e6ae95165c529a916e4dd32d.zip | |
Rename MRegisterInfo to TargetRegisterInfo.
llvm-svn: 46930
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> |

