Remove the implicit conversion from SDOperandPtr to SDOperand*; this
authorDan Gohman <gohman@apple.com>
Thu, 17 Apr 2008 23:02:12 +0000 (23:02 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 17 Apr 2008 23:02:12 +0000 (23:02 +0000)
commit35b31bea0dc9e16d4c384a6a78404bdd791b6693
tree10699103a7f86bf02d2cb86a58bfb39735a084e5
parent9d1a81a23ca4281ad0f777e831d2454a4f88e771
Remove the implicit conversion from SDOperandPtr to SDOperand*; this
may fix a build error on Visual Studio.

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