mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-14 15:39:00 +00:00
Added Graphviz escaping for the '|' character.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41610 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cad62802f4
commit
1a0190f4f0
@ -52,7 +52,7 @@ namespace DOT { // Private functions...
|
||||
break; // don't disturb \l
|
||||
case '{': case '}':
|
||||
case '<': case '>':
|
||||
case '"':
|
||||
case '|': case '"':
|
||||
Str.insert(Str.begin()+i, '\\'); // Escape character...
|
||||
++i; // don't infinite loop
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user