commit | 475871a144eb604ddaf37503397ba0941442e5fb | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Sun Jul 27 21:46:04 2008 +0000 |
committer | Dan Gohman <gohman@apple.com> | Sun Jul 27 21:46:04 2008 +0000 |
tree | adeddbc1f7871c2215b6ca4d9d914eee53a33961 | |
parent | 8968450305c28444edc3c272d8752a8db0c2f34a [diff] [blame] |
Rename SDOperand to SDValue. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54128 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp index 4bcd916..7deedfa 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp +++ b/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp
@@ -80,7 +80,7 @@ /// edge, override this method. template<typename EdgeIter> static std::string getEdgeAttributes(const void *Node, EdgeIter EI) { - SDOperand Op = EI.getNode()->getOperand(EI.getOperand()); + SDValue Op = EI.getNode()->getOperand(EI.getOperand()); MVT VT = Op.getValueType(); if (VT == MVT::Flag) return "color=red,style=bold";