mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-05 03:46:27 +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:
parent
d7f4f24d3f
commit
bd7b8458d1
@ -317,7 +317,7 @@ X86Subtarget::X86Subtarget(const std::string &TT, const std::string &FS,
|
||||
if (Is64Bit)
|
||||
HasX86_64 = true;
|
||||
|
||||
DEBUG(errs() << "Subtarget features: SSELevel " << X86SSELevel
|
||||
DEBUG(dbgs() << "Subtarget features: SSELevel " << X86SSELevel
|
||||
<< ", 3DNowLevel " << X863DNowLevel
|
||||
<< ", 64bit " << HasX86_64 << "\n");
|
||||
assert((!Is64Bit || HasX86_64) &&
|
||||
|
Loading…
x
Reference in New Issue
Block a user