Fix the syntax of insertvalue in the example.
[oota-llvm.git] / docs / WritingAnLLVMBackend.html
index 8826ee7706b8d207a02ca585d5a7c4a43bcec42e..909432ef453d74f1276a930a963109a4fac90dd6 100644 (file)
@@ -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>