aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineInstr.cpp
diff options
context:
space:
mode:
authorPete Cooper <peter_cooper@apple.com>2015-06-26 18:17:36 +0000
committerPete Cooper <peter_cooper@apple.com>2015-06-26 18:17:36 +0000
commit3af9a25b65ae8684fbc2b73ead7c7f15e5e67e22 (patch)
treec5aaa124f98c62fc66db4a0740745bcb8edd6074 /llvm/lib/CodeGen/MachineInstr.cpp
parentb447ac643576a3a207fc751ae825804fadb22d72 (diff)
downloadllvm-3af9a25b65ae8684fbc2b73ead7c7f15e5e67e22.zip
llvm-3af9a25b65ae8684fbc2b73ead7c7f15e5e67e22.tar.gz
llvm-3af9a25b65ae8684fbc2b73ead7c7f15e5e67e22.tar.bz2
Add op_values() to iterate over the SDValue operands of an SDNode.
SDNode already had ops() which would iterate over the operands and return SDUse*. This version instead gets the SDValue's out of the SDUse's so that we can use foreach in more places. Reviewed by David Blaikie. llvm-svn: 240805
Diffstat (limited to 'llvm/lib/CodeGen/MachineInstr.cpp')
0 files changed, 0 insertions, 0 deletions