summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineInstr.cpp
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2015-01-26 18:21:33 +0000
committerZachary Turner <zturner@google.com>2015-01-26 18:21:33 +0000
commit39571b37a38d289f0895ca060eb1d6f579300af6 (patch)
tree7110e3b78682eba2d4c67dc1864f8a4e9ddffd65 /llvm/lib/CodeGen/MachineInstr.cpp
parent6ffc9bf6bafcb129300cac7ba333940609bf87c3 (diff)
downloadbcm5719-llvm-39571b37a38d289f0895ca060eb1d6f579300af6.tar.gz
bcm5719-llvm-39571b37a38d289f0895ca060eb1d6f579300af6.zip
Teach raw_ostream to support hex formatting without a prefix '0x'.
Previously using format_hex() would always print a 0x prior to the hex characters. This allows this to be optional, so that one can choose to print (e.g.) 255 as either 0xFF or just FF. Differential Revision: http://reviews.llvm.org/D7151 llvm-svn: 227108
Diffstat (limited to 'llvm/lib/CodeGen/MachineInstr.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud