Added isOperand(N): true if this is an operand of N
authorEvan Cheng <evan.cheng@apple.com>
Fri, 3 Mar 2006 06:24:54 +0000 (06:24 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Fri, 3 Mar 2006 06:24:54 +0000 (06:24 +0000)
commit80d8eaae05d9bcb25abf6c6f0385ec2554355f26
treeea0fa6d134dac5c2773a09c7ed01cbf5d9f2cbd0
parentfb43331226ae41cac862972c52a05f6c05dfcf19
Added isOperand(N): true if this is an operand of N

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26501 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/SelectionDAGNodes.h
lib/CodeGen/SelectionDAG/SelectionDAG.cpp