diff options
author | Evan Cheng <evan.cheng@apple.com> | 2010-03-30 18:08:53 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2010-03-30 18:08:53 +0000 |
commit | 85eea4e031ef69edcfe903bbd756f89f7d923556 (patch) | |
tree | c33108b72a8eaff3645fc685d37e3fd75db85d2a /llvm/lib/CodeGen | |
parent | ff6a1fc1f3e1d62b1d802ed03931409988b29817 (diff) | |
download | bcm5719-llvm-85eea4e031ef69edcfe903bbd756f89f7d923556.tar.gz bcm5719-llvm-85eea4e031ef69edcfe903bbd756f89f7d923556.zip |
Funky indentation.
llvm-svn: 99901
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp index 32c4cc77bd3..4a207ede91e 100644 --- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp @@ -3273,11 +3273,11 @@ bool MeetsMaxMemopRequirement(std::vector<EVT> &MemOps, } static SDValue getMemcpyLoadsAndStores(SelectionDAG &DAG, DebugLoc dl, - SDValue Chain, SDValue Dst, - SDValue Src, uint64_t Size, - unsigned Align, bool AlwaysInline, - const Value *DstSV, uint64_t DstSVOff, - const Value *SrcSV, uint64_t SrcSVOff){ + SDValue Chain, SDValue Dst, + SDValue Src, uint64_t Size, + unsigned Align, bool AlwaysInline, + const Value *DstSV, uint64_t DstSVOff, + const Value *SrcSV, uint64_t SrcSVOff) { const TargetLowering &TLI = DAG.getTargetLoweringInfo(); // Expand memcpy to a series of load and store ops if the size operand falls |