diff options
author | Evan Cheng <evan.cheng@apple.com> | 2009-10-17 06:05:11 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2009-10-17 06:05:11 +0000 |
commit | 1adc252eb5e951fc26ff19d06854d7828f9c5f48 (patch) | |
tree | 2c2b81a5ab0d17f1a636036ce1f85458d65e2ac5 /lib | |
parent | 8a5b9f815bc8bcbac451d4d6e9c4f23fc2376683 (diff) | |
download | external_llvm-1adc252eb5e951fc26ff19d06854d7828f9c5f48.zip external_llvm-1adc252eb5e951fc26ff19d06854d7828f9c5f48.tar.gz external_llvm-1adc252eb5e951fc26ff19d06854d7828f9c5f48.tar.bz2 |
80 col violation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84311 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp b/lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp index 0eafe62..dbd3e39 100644 --- a/lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp +++ b/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); |