mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-28 19:25:00 +00:00
Change errs() to dbgs().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92648 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -317,7 +317,7 @@ X86Subtarget::X86Subtarget(const std::string &TT, const std::string &FS,
|
|||||||
if (Is64Bit)
|
if (Is64Bit)
|
||||||
HasX86_64 = true;
|
HasX86_64 = true;
|
||||||
|
|
||||||
DEBUG(errs() << "Subtarget features: SSELevel " << X86SSELevel
|
DEBUG(dbgs() << "Subtarget features: SSELevel " << X86SSELevel
|
||||||
<< ", 3DNowLevel " << X863DNowLevel
|
<< ", 3DNowLevel " << X863DNowLevel
|
||||||
<< ", 64bit " << HasX86_64 << "\n");
|
<< ", 64bit " << HasX86_64 << "\n");
|
||||||
assert((!Is64Bit || HasX86_64) &&
|
assert((!Is64Bit || HasX86_64) &&
|
||||||
|
Reference in New Issue
Block a user