diff options
| author | Nick Lewycky <nicholas@mxc.ca> | 2014-02-25 00:43:21 +0000 |
|---|---|---|
| committer | Nick Lewycky <nicholas@mxc.ca> | 2014-02-25 00:43:21 +0000 |
| commit | 1ce017e8cb0262730b0dcf8f722c62818752757c (patch) | |
| tree | 02bb005652f23ba48e13f3efd7c2209154628b1b /llvm/lib | |
| parent | d71f1686024dded62a16b60270cf5391f62a9d24 (diff) | |
| download | bcm5719-llvm-1ce017e8cb0262730b0dcf8f722c62818752757c.tar.gz bcm5719-llvm-1ce017e8cb0262730b0dcf8f722c62818752757c.zip | |
Indent this continued line.
llvm-svn: 202096
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/CodeGen/ScheduleDAGInstrs.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/lib/CodeGen/ScheduleDAGInstrs.cpp b/llvm/lib/CodeGen/ScheduleDAGInstrs.cpp index 88cc313e76c..3bd75c0aa4d 100644 --- a/llvm/lib/CodeGen/ScheduleDAGInstrs.cpp +++ b/llvm/lib/CodeGen/ScheduleDAGInstrs.cpp @@ -565,10 +565,10 @@ static bool MIsNeedChainEdge(AliasAnalysis *AA, const MachineFrameInfo *MFI, int64_t Overlapb = MMOb->getSize() + MMOb->getOffset() - MinOffset; AliasAnalysis::AliasResult AAResult = AA->alias( - AliasAnalysis::Location(MMOa->getValue(), Overlapa, - UseTBAA ? MMOa->getTBAAInfo() : 0), - AliasAnalysis::Location(MMOb->getValue(), Overlapb, - UseTBAA ? MMOb->getTBAAInfo() : 0)); + AliasAnalysis::Location(MMOa->getValue(), Overlapa, + UseTBAA ? MMOa->getTBAAInfo() : 0), + AliasAnalysis::Location(MMOb->getValue(), Overlapb, + UseTBAA ? MMOb->getTBAAInfo() : 0)); return (AAResult != AliasAnalysis::NoAlias); } |

