summaryrefslogtreecommitdiff
path: root/include/llvm/Support/GraphWriter.h
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
commit795eb2ae8eacba3d9d9e55353475b94de5d5d94c (patch)
tree9e3367f98dc1abe9e0e84c7b6cd92b44ea0a0e99 /include/llvm/Support/GraphWriter.h
parentab01069fcdb1fed655cf0ca851400a104e4b46d1 (diff)
downloadllvm-795eb2ae8eacba3d9d9e55353475b94de5d5d94c.tar.gz
llvm-795eb2ae8eacba3d9d9e55353475b94de5d5d94c.tar.bz2
llvm-795eb2ae8eacba3d9d9e55353475b94de5d5d94c.tar.xz
Fix odd declaration.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90138 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/GraphWriter.h')
-rw-r--r--include/llvm/Support/GraphWriter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/GraphWriter.h b/include/llvm/Support/GraphWriter.h
index d48dc78cfc..28fa92f99e 100644
--- a/include/llvm/Support/GraphWriter.h
+++ b/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) {