summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2010-08-26 20:32:32 +0000
committerDevang Patel <dpatel@apple.com>2010-08-26 20:32:32 +0000
commit977057f481467aaa3893cf19caf593e2ac65ba87 (patch)
treebe1cb359515d80c1c8c4c5afb2434d96200468a2 /llvm/lib
parentd7e54804eec0cddd090478c0e8eb98edcf743c74 (diff)
downloadbcm5719-llvm-977057f481467aaa3893cf19caf593e2ac65ba87.tar.gz
bcm5719-llvm-977057f481467aaa3893cf19caf593e2ac65ba87.zip
80 col.
llvm-svn: 112215
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
index a1ff8adc462..c6dad81d838 100644
--- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
@@ -448,7 +448,8 @@ static void getCopyToPartsVector(SelectionDAG &DAG, DebugLoc DL,
EVT IntermediateVT, RegisterVT;
unsigned NumIntermediates;
unsigned NumRegs = TLI.getVectorTypeBreakdown(*DAG.getContext(), ValueVT,
- IntermediateVT, NumIntermediates, RegisterVT);
+ IntermediateVT,
+ NumIntermediates, RegisterVT);
unsigned NumElements = ValueVT.getVectorNumElements();
assert(NumRegs == NumParts && "Part count doesn't match vector breakdown!");
OpenPOWER on IntegriCloud