diff options
author | Dan Gohman <gohman@apple.com> | 2009-01-26 04:35:06 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-01-26 04:35:06 +0000 |
commit | 8e4ac9b71ab2bd9149b9d27b4f76b9065f957786 (patch) | |
tree | 13b5325c74e24546cdf738f84c92fce6766f65ab /llvm/lib/CodeGen/MachineFunction.cpp | |
parent | ad13cf4e7a3ca27f2303156ee15c6eb06430cbde (diff) | |
download | llvm-8e4ac9b71ab2bd9149b9d27b4f76b9065f957786.zip llvm-8e4ac9b71ab2bd9149b9d27b4f76b9065f957786.tar.gz llvm-8e4ac9b71ab2bd9149b9d27b4f76b9065f957786.tar.bz2 |
Take the next steps in making SDUse more consistent with LLVM Use, and
tidy up SDUse and related code.
- Replace the operator= member functions with a set method, like
LLVM Use has, and variants setInitial and setNode, which take
care up updating use lists, like LLVM Use's does. This simplifies
code that calls these functions.
- getSDValue() is renamed to get(), as in LLVM Use, though most
places can either use the implicit conversion to SDValue or the
convenience functions instead.
- Fix some more node vs. value terminology issues.
Also, eliminate the one remaining use of SDOperandPtr, and
SDOperandPtr itself.
llvm-svn: 62995
Diffstat (limited to 'llvm/lib/CodeGen/MachineFunction.cpp')
0 files changed, 0 insertions, 0 deletions