commit | e8e4a418b0fb94b4de818c7c58a4bb4e022867cf | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Wed May 14 00:43:10 2008 +0000 |
committer | Dan Gohman <gohman@apple.com> | Wed May 14 00:43:10 2008 +0000 |
tree | aa6239b2f7fc6c5ccc01746bc39e4aa76a00099d | |
parent | c336a13db5b8698585ebcb2e664024fae06fec76 [diff] [blame] |
Whitespace cleanups. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51089 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp b/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp index 3abeac4..e8caea2 100644 --- a/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp +++ b/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
@@ -4004,7 +4004,7 @@ AddLegalizedOperand(SDOperand(Node, 1), Tmp1); return Op.ResNo ? Tmp1 : Result; } - case ISD::FLT_ROUNDS_: { + case ISD::FLT_ROUNDS_: { MVT::ValueType VT = Node->getValueType(0); switch (TLI.getOperationAction(Node->getOpcode(), VT)) { default: assert(0 && "This action not supported for this op yet!");