diff options
| author | Benjamin Kramer <benny.kra@googlemail.com> | 2009-10-22 09:28:49 +0000 |
|---|---|---|
| committer | Benjamin Kramer <benny.kra@googlemail.com> | 2009-10-22 09:28:49 +0000 |
| commit | 812c4346ae2badfb759ba1a0c1187eda28092821 (patch) | |
| tree | cb3c2c64565c3dc19189955210bdb3b5f30d713d | |
| parent | 2147b5787db9e84e22c5d008db703ddce3ae9d86 (diff) | |
| download | external_llvm-812c4346ae2badfb759ba1a0c1187eda28092821.zip external_llvm-812c4346ae2badfb759ba1a0c1187eda28092821.tar.gz external_llvm-812c4346ae2badfb759ba1a0c1187eda28092821.tar.bz2 | |
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
| -rw-r--r-- | lib/Target/MSP430/MSP430ISelDAGToDAG.cpp | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/lib/Target/MSP430/MSP430ISelDAGToDAG.cpp b/lib/Target/MSP430/MSP430ISelDAGToDAG.cpp index 4b6a83c..b7d9282 100644 --- a/lib/Target/MSP430/MSP430ISelDAGToDAG.cpp +++ b/lib/Target/MSP430/MSP430ISelDAGToDAG.cpp @@ -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] | /// ^ ^ | /// | | | |
