summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPC32ISelPattern.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-08-16 21:55:35 +0000
committerChris Lattner <sabre@nondot.org>2005-08-16 21:55:35 +0000
commit33182325f551226873d8e77c146016a6bd30a07d (patch)
tree987eeb476e22c32862ddee12681982b048fd423e /llvm/lib/Target/PowerPC/PPC32ISelPattern.cpp
parent371e49515dbdeadc01eb22be431fa7e00ba351fa (diff)
downloadbcm5719-llvm-33182325f551226873d8e77c146016a6bd30a07d.tar.gz
bcm5719-llvm-33182325f551226873d8e77c146016a6bd30a07d.zip
Eliminate the RegSDNode class, which 3 nodes (CopyFromReg/CopyToReg/ImplicitDef)
used to tack a register number onto the node. Instead of doing this, make a new node, RegisterSDNode, which is a leaf containing a register number. These three operations just become normal DAG nodes now, instead of requiring special handling. Note that with this change, it is no longer correct to make illegal CopyFromReg/CopyToReg nodes. The legalizer will not touch them, and this is bad, so don't do it. :) llvm-svn: 22806
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPC32ISelPattern.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud