summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
diff options
context:
space:
mode:
authorSean Silva <silvas@purdue.edu>2013-06-05 23:55:26 +0000
committerSean Silva <silvas@purdue.edu>2013-06-05 23:55:26 +0000
commit7ea7d76b721b9066cfa5709aba76260cf4b1b813 (patch)
tree782800a592fa4dd60cd744f15fd1d9cd2f065250 /llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
parent42fa38f55be30d15fa043f4b6e51e758dbd67fe0 (diff)
downloadbcm5719-llvm-7ea7d76b721b9066cfa5709aba76260cf4b1b813.tar.gz
bcm5719-llvm-7ea7d76b721b9066cfa5709aba76260cf4b1b813.zip
Remove error-prone methods of BinaryRef.
A user shouldn't care about the internal state, and these methods by their very nature require asserting a predicate on the internal state. As such, they cannot be used safely without introducing hidden long-distance dependencies on the manner of construction of the BinaryRef. Use writeAsBinary(raw_ostream &) and writeAsHex(raw_ostream &) if you need to access the data in a binary or hex format. llvm-svn: 183353
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud