1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

Change errs() to dbgs().

llvm-svn: 92655
This commit is contained in:
David Greene 2010-01-05 01:29:36 +00:00
parent d1475983db
commit d9586419d7

View File

@ -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