diff options
author | Evan Cheng <evan.cheng@apple.com> | 2010-04-16 17:58:41 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2010-04-16 17:58:41 +0000 |
commit | 954bd598dd218ad82a3b819adc8f9b9c97eaf5ef (patch) | |
tree | 1bbc08b2f1300d309b8bb27f568d01fcce5c0c62 /llvm/lib/CodeGen | |
parent | d6b0a7c0756c10066aff598f7f29d2b20eb3a58f (diff) | |
download | bcm5719-llvm-954bd598dd218ad82a3b819adc8f9b9c97eaf5ef.tar.gz bcm5719-llvm-954bd598dd218ad82a3b819adc8f9b9c97eaf5ef.zip |
80 col.
llvm-svn: 101501
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp b/llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp index a847008938d..1cf24d2165a 100644 --- a/llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp @@ -556,7 +556,8 @@ SDValue DAGTypeLegalizer::PromoteIntRes_UDIV(SDNode *N) { } SDValue DAGTypeLegalizer::PromoteIntRes_UNDEF(SDNode *N) { - return DAG.getUNDEF(TLI.getTypeToTransformTo(*DAG.getContext(), N->getValueType(0))); + return DAG.getUNDEF(TLI.getTypeToTransformTo(*DAG.getContext(), + N->getValueType(0))); } SDValue DAGTypeLegalizer::PromoteIntRes_VAARG(SDNode *N) { |