llvm-mc: Fix bugs where bytes were unintentionally being printed as signed.
authorDaniel Dunbar <daniel@zuster.org>
Fri, 14 Aug 2009 19:59:24 +0000 (19:59 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 14 Aug 2009 19:59:24 +0000 (19:59 +0000)
commite44313e0ca7ca3504dd9dc906e2eff8b36bc4ee4
tree8fb617cf72a46286750e2366e576df23f8b3fece
parentdac19a7951e7b8ce62f311dee208936e60e02516
llvm-mc: Fix bugs where bytes were unintentionally being printed as signed.
 - We now print all of 403.gcc cleanly (llvm-mc -> 'as' as diffed to 'as'), minus two
   'rep;movsl' instructions (which I missed before).

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