mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
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. llvm-svn: 249212
This commit is contained in:
parent
79fa7ea8a7
commit
a6e56c5cab
@ -1134,19 +1134,19 @@ typedef OperandBundleDefT<const Value *> ConstOperandBundleDef;
|
||||
///
|
||||
/// The layout of an operand bundle user is
|
||||
///
|
||||
/// +-------uint32_t End---------------------------------+
|
||||
/// / \
|
||||
/// / +------uint32_t Begin------------------+ \
|
||||
/// / / \ \
|
||||
/// +-----------uint32_t End-------------------------------------+
|
||||
/// | |
|
||||
/// | +--------uint32_t Begin--------------------+ |
|
||||
/// | | | |
|
||||
/// ^ ^ v v
|
||||
/// |------|------|----|----|----|----|----|---------|----|---------|----|-----
|
||||
/// | BOI0 | BOI1 | .. | DU | U0 | U1 | .. | BOI0_U0 | .. | BOI1_U0 | .. | Un
|
||||
/// |------|------|----|----|----|----|----|---------|----|---------|----|-----
|
||||
/// v v ^ ^
|
||||
/// \ \ / /
|
||||
/// \ +------uint32_t Begin----------+ /
|
||||
/// \ /
|
||||
/// +-------uint32_t End-------------------------+
|
||||
/// | | | |
|
||||
/// | +--------uint32_t Begin------------+ |
|
||||
/// | |
|
||||
/// +-----------uint32_t End-----------------------------+
|
||||
///
|
||||
///
|
||||
/// BOI0, BOI1 ... are descriptions of operand bundles in this User's use list.
|
||||
|
Loading…
Reference in New Issue
Block a user