forked from OSchip/llvm-project
parent
ec201dc3c6
commit
5aa3919218
|
@ -189,7 +189,7 @@ backend, and is only shown as an example.</p>
|
|||
|
||||
<p>As you can see, a lot of information is needed for every instruction
|
||||
supported by the code generator, and specifying it all manually would be
|
||||
unmaintainble, prone to bugs, and tiring to do in the first place. Because we
|
||||
unmaintainable, prone to bugs, and tiring to do in the first place. Because we
|
||||
are using TableGen, all of the information was derived from the following
|
||||
definition:</p>
|
||||
|
||||
|
|
Loading…
Reference in New Issue