summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2009-10-17 06:05:11 +0000
committerEvan Cheng <evan.cheng@apple.com>2009-10-17 06:05:11 +0000
commita6e4db8ff798eac256ae029151af52e20bd5f9fd (patch)
tree523735cca846598268380e7b28f5a3348d267cc5 /llvm/lib/CodeGen/SelectionDAG
parent88b36f11407f6c3c278d15ad5a53e0389bc1761d (diff)
downloadbcm5719-llvm-a6e4db8ff798eac256ae029151af52e20bd5f9fd.tar.gz
bcm5719-llvm-a6e4db8ff798eac256ae029151af52e20bd5f9fd.zip
80 col violation.
llvm-svn: 84311
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp b/llvm/lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp
index 0eafe62b857..dbd3e39b542 100644
--- a/llvm/lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp
@@ -115,7 +115,8 @@ void DAGTypeLegalizer::ExpandRes_BIT_CONVERT(SDNode *N, SDValue &Lo,
// Create the stack frame object. Make sure it is aligned for both
// the source and expanded destination types.
unsigned Alignment =
- TLI.getTargetData()->getPrefTypeAlignment(NOutVT.getTypeForEVT(*DAG.getContext()));
+ TLI.getTargetData()->getPrefTypeAlignment(NOutVT.
+ getTypeForEVT(*DAG.getContext()));
SDValue StackPtr = DAG.CreateStackTemporary(InVT, Alignment);
int SPFI = cast<FrameIndexSDNode>(StackPtr.getNode())->getIndex();
const Value *SV = PseudoSourceValue::getFixedStack(SPFI);
OpenPOWER on IntegriCloud