summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2009-11-30 15:52:29 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2009-11-30 15:52:29 +0000
commit7da76a20c0dd5d55da245a549e03d50b4de03a82 (patch)
tree44ae0057f9c1975c71f568c5d28d74ae3f11f0bb
parent9fc223a6b13c679adc1c13dc458f8666511bedb5 (diff)
downloadbcm5719-llvm-7da76a20c0dd5d55da245a549e03d50b4de03a82.tar.gz
bcm5719-llvm-7da76a20c0dd5d55da245a549e03d50b4de03a82.zip
Fix odd declaration.
llvm-svn: 90138
-rw-r--r--llvm/include/llvm/Support/GraphWriter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Support/GraphWriter.h b/llvm/include/llvm/Support/GraphWriter.h
index d48dc78cfc2..28fa92f99e0 100644
--- a/llvm/include/llvm/Support/GraphWriter.h
+++ b/llvm/include/llvm/Support/GraphWriter.h
@@ -149,7 +149,7 @@ public:
}
std::string edgeSourceLabels;
- raw_string_ostream::raw_string_ostream EdgeSourceLabels(edgeSourceLabels);
+ raw_string_ostream EdgeSourceLabels(edgeSourceLabels);
bool hasEdgeSourceLabels = getEdgeSourceLabels(EdgeSourceLabels, Node);
if (hasEdgeSourceLabels) {
OpenPOWER on IntegriCloud