mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
Shift art to the right to keep GCC from complaining about multi-line comments.
llvm-svn: 84849
This commit is contained in:
parent
2edd1efa46
commit
b159c164d2
@ -165,10 +165,10 @@ bool MSP430DAGToDAGISel::IsLegalAndProfitableToFold(SDNode *N, SDNode *U,
|
||||
if (OptLevel == CodeGenOpt::None) return false;
|
||||
|
||||
/// RMW preprocessing creates the following code:
|
||||
/// [Load1]
|
||||
/// ^ ^
|
||||
/// | \
|
||||
/// | \
|
||||
/// [Load1]
|
||||
/// ^ ^
|
||||
/// / |
|
||||
/// / |
|
||||
/// [Load2] |
|
||||
/// ^ ^ |
|
||||
/// | | |
|
||||
@ -328,16 +328,16 @@ static bool isRMWLoad(SDValue N, SDValue Chain, SDValue Address,
|
||||
/// We also recognize the case where second operand of Op is load as well and
|
||||
/// move it below token factor as well creating DAG as follows:
|
||||
///
|
||||
/// [Load chain]
|
||||
/// ^
|
||||
/// |
|
||||
/// [TokenFactor]
|
||||
/// ^
|
||||
/// |
|
||||
/// [Load1]
|
||||
/// ^ ^
|
||||
/// | \
|
||||
/// | \
|
||||
/// [Load chain]
|
||||
/// ^
|
||||
/// |
|
||||
/// [TokenFactor]
|
||||
/// ^
|
||||
/// |
|
||||
/// [Load1]
|
||||
/// ^ ^
|
||||
/// / |
|
||||
/// / |
|
||||
/// [Load2] |
|
||||
/// ^ ^ |
|
||||
/// | | |
|
||||
|
Loading…
Reference in New Issue
Block a user