diff options
author | Dale Johannesen <dalej@apple.com> | 2008-11-04 20:52:49 +0000 |
---|---|---|
committer | Dale Johannesen <dalej@apple.com> | 2008-11-04 20:52:49 +0000 |
commit | 53997b07451a28582a8bb55716e13fc1bcd5c838 (patch) | |
tree | c2ffafb7918b90c6fd42529dcffcedacab825108 | |
parent | c7c77297e28189c3c3bccd6e261a84970704b760 (diff) |
80 columns
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58717 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp b/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp index 8b607b443e..d03c4a2756 100644 --- a/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp +++ b/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp @@ -5610,8 +5610,8 @@ ExpandIntToFP(bool isSigned, MVT DestTy, SDValue Source) { Hi = Source; } - // Check to see if the target has a custom way to lower this. If so, use it. - // (Note we've already expanded the operand in this case.) + // Check to see if the target has a custom way to lower this. If so, use + // it. (Note we've already expanded the operand in this case.) switch (TLI.getOperationAction(ISD::UINT_TO_FP, SourceVT)) { default: assert(0 && "This action not implemented for this operation!"); case TargetLowering::Legal: |