mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-12 03:32:10 +00:00
Shift art to the right to keep GCC from complaining about multi-line comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84849 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
87689d3b70
commit
1395d1df09
@ -167,8 +167,8 @@ bool MSP430DAGToDAGISel::IsLegalAndProfitableToFold(SDNode *N, SDNode *U,
|
|||||||
/// RMW preprocessing creates the following code:
|
/// RMW preprocessing creates the following code:
|
||||||
/// [Load1]
|
/// [Load1]
|
||||||
/// ^ ^
|
/// ^ ^
|
||||||
/// | \
|
/// / |
|
||||||
/// | \
|
/// / |
|
||||||
/// [Load2] |
|
/// [Load2] |
|
||||||
/// ^ ^ |
|
/// ^ ^ |
|
||||||
/// | | |
|
/// | | |
|
||||||
@ -336,8 +336,8 @@ static bool isRMWLoad(SDValue N, SDValue Chain, SDValue Address,
|
|||||||
/// |
|
/// |
|
||||||
/// [Load1]
|
/// [Load1]
|
||||||
/// ^ ^
|
/// ^ ^
|
||||||
/// | \
|
/// / |
|
||||||
/// | \
|
/// / |
|
||||||
/// [Load2] |
|
/// [Load2] |
|
||||||
/// ^ ^ |
|
/// ^ ^ |
|
||||||
/// | | |
|
/// | | |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user