summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-04-22 15:55:31 +0000
committerDan Gohman <gohman@apple.com>2009-04-22 15:55:31 +0000
commita4fea5b2272ba09a807ef0fc65dacb6361c48888 (patch)
treeb141004b615a2cdd03779781aafd6f77365fde56 /llvm
parent3d48e3d6f553184295e5f2b1825d9044eee26a04 (diff)
downloadbcm5719-llvm-a4fea5b2272ba09a807ef0fc65dacb6361c48888.tar.gz
bcm5719-llvm-a4fea5b2272ba09a807ef0fc65dacb6361c48888.zip
ISD::ADD_PARTS is gone; use ISD::SMUL_LOHI as an example instead.
llvm-svn: 69804
Diffstat (limited to 'llvm')
-rw-r--r--llvm/docs/CodeGenerator.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CodeGenerator.html b/llvm/docs/CodeGenerator.html
index 2471e9d20cc..b4edbd73564 100644
--- a/llvm/docs/CodeGenerator.html
+++ b/llvm/docs/CodeGenerator.html
@@ -1161,7 +1161,7 @@ def : Pat&lt;(i32 imm:$imm),
<ul>
<li>Overall, there is no way to define or match SelectionDAG nodes that define
- multiple values (e.g. <tt>ADD_PARTS</tt>, <tt>LOAD</tt>, <tt>CALL</tt>,
+ multiple values (e.g. <tt>SMUL_LOHI</tt>, <tt>LOAD</tt>, <tt>CALL</tt>,
etc). This is the biggest reason that you currently still <em>have
to</em> write custom C++ code for your instruction selector.</li>
OpenPOWER on IntegriCloud