]> granicus.if.org Git - llvm/commit
MC: Fix dumping of MCFragment values
authorSam Clegg <sbc@chromium.org>
Thu, 22 Jun 2017 17:57:01 +0000 (17:57 +0000)
committerSam Clegg <sbc@chromium.org>
Thu, 22 Jun 2017 17:57:01 +0000 (17:57 +0000)
commitff51fdebecedd32c4d5af9461ebced85a88e049f
treef5dd250ffff0cae659890456126992de059142b2
parentd98023490266477bc565b17952ac926b9e07c2ed
MC: Fix dumping of MCFragment values

Without this cast the "char" overload of operator<< is
chosen and the values is output as an ascii rather than
an integer.

Differential Revision: https://reviews.llvm.org/D34486

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