OSDN Git Service

SDOperand::isOperand should not be a forwarding. It must check *this against N's...
authorEvan Cheng <evan.cheng@apple.com>
Fri, 3 Mar 2006 06:42:32 +0000 (06:42 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Fri, 3 Mar 2006 06:42:32 +0000 (06:42 +0000)
commitbfa284f69752c54f81bffc2b0d15d5c1e618a659
treea7ffe79cfdeea70d3131984935a52708cceaf3c0
parent80d8eaae05d9bcb25abf6c6f0385ec2554355f26
SDOperand::isOperand should not be a forwarding. It must check *this against N's operands.

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