mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-19 10:53:55 +00:00
Change errs() to dbgs().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92655 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f5c95a6ee2
commit
9759c305c2
@ -12,6 +12,7 @@
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "llvm/Target/SubtargetFeature.h"
|
||||
#include "llvm/Support/Debug.h"
|
||||
#include "llvm/Support/raw_ostream.h"
|
||||
#include "llvm/ADT/StringExtras.h"
|
||||
#include <algorithm>
|
||||
@ -355,7 +356,7 @@ void SubtargetFeatures::print(raw_ostream &OS) const {
|
||||
/// dump - Dump feature info.
|
||||
///
|
||||
void SubtargetFeatures::dump() const {
|
||||
print(errs());
|
||||
print(dbgs());
|
||||
}
|
||||
|
||||
/// getDefaultSubtargetFeatures - Return a string listing
|
||||
|
Loading…
x
Reference in New Issue
Block a user