mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 21:32:39 +00:00
Don't print two 0x prefixes when printing an address.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143549 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
05a484b909
commit
5a83264fa2
@ -231,7 +231,7 @@ void TypePrinting::print(Type *Ty, raw_ostream &OS) {
|
||||
if (I != NumberedTypes.end())
|
||||
OS << '%' << I->second;
|
||||
else // Not enumerated, print the hex address.
|
||||
OS << "%\"type 0x" << STy << '\"';
|
||||
OS << "%\"type " << STy << '\"';
|
||||
return;
|
||||
}
|
||||
case Type::PointerTyID: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user