Document the automatic alias printing of InstAliases.

llvm-svn: 130889
This commit is contained in:
Bill Wendling 2011-05-04 23:40:14 +00:00
parent 27a761d5bd
commit 260c4a9466
1 changed files with 5 additions and 0 deletions

View File

@ -2019,6 +2019,11 @@ def : InstAlias<"fcomi $reg", (COM_FIr RST:$reg)>;
<p>Instruction aliases can also have a Requires clause to make them
subtarget specific.</p>
<p>If the back-end supports it, the instruction printer can automatically emit
the alias rather than what's being aliased. It typically leads to better,
more readable code. If it's better to print out what's being aliased, then
pass a '0' as the third parameter to the InstAlias definition.</p>
</div>
</div>