projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5c95a6
)
Change errs() to dbgs().
author
David Greene
<greened@obbligato.org>
Tue, 5 Jan 2010 01:29:36 +0000
(
01:29
+0000)
committer
David Greene
<greened@obbligato.org>
Tue, 5 Jan 2010 01:29:36 +0000
(
01:29
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92655
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/SubtargetFeature.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/SubtargetFeature.cpp
b/lib/Target/SubtargetFeature.cpp
index 590574ef3981cd680d7d85563c683527c41b0e86..7cc4fd1d2637d2fcd52ba1f3f296eacd0cbcc1b1 100644
(file)
--- a/
lib/Target/SubtargetFeature.cpp
+++ b/
lib/Target/SubtargetFeature.cpp
@@
-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(
err
s());
+ print(
dbg
s());
}
/// getDefaultSubtargetFeatures - Return a string listing