OSDN Git Service

output alignment value in hex so that we get:
authorChris Lattner <sabre@nondot.org>
Thu, 3 Sep 2009 04:01:10 +0000 (04:01 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 3 Sep 2009 04:01:10 +0000 (04:01 +0000)
commit579531c61b1bef44bf2d05dc334b5e7eba86397c
tree8392c32121c1ac69657c42544b5d483251b19e12
parentef6b2c05fdd33d590f7d38434dce6a981a092a4b
output alignment value in hex so that we get:
  .align 3, 0x90
instead of,
  .align 3, 144

suggested by eric.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80875 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/MCAsmStreamer.cpp