mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-22 21:41:38 +00:00
Change errs() to dbgs().
llvm-svn: 92655
This commit is contained in:
parent
d1475983db
commit
d9586419d7
@ -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