diff options
| author | Zachary Turner <zturner@google.com> | 2015-01-26 18:21:33 +0000 |
|---|---|---|
| committer | Zachary Turner <zturner@google.com> | 2015-01-26 18:21:33 +0000 |
| commit | 39571b37a38d289f0895ca060eb1d6f579300af6 (patch) | |
| tree | 7110e3b78682eba2d4c67dc1864f8a4e9ddffd65 /llvm/lib/CodeGen | |
| parent | 6ffc9bf6bafcb129300cac7ba333940609bf87c3 (diff) | |
| download | bcm5719-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')
0 files changed, 0 insertions, 0 deletions

