Fix comment ASCII art to unbreak the gcc 4.9.1 build
authorSanjoy Das <sanjoy@playingwithpointers.com>
Fri, 2 Oct 2015 23:24:52 +0000 (23:24 +0000)
committerSanjoy Das <sanjoy@playingwithpointers.com>
Fri, 2 Oct 2015 23:24:52 +0000 (23:24 +0000)
commitcf7b076df0c4e278f39707de5748396bff54928a
tree7f607691053456e73efb30bf43b2c0ed9b5988e4
parent23b6f4b2001f2e5bb40e997c05eff575650d0a09
Fix comment ASCII art to unbreak the gcc 4.9.1 build

The trailing backslashes in some ASCII art added in r248527 cause a
"error: multi-line comment [-Werror=comment]" when building with gcc
4.9.1 -Wall.  Swallow (ASCII-)artistic integrity and use pipes instead.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@249212 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/InstrTypes.h