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 | db6b9565857dbef56ce3eb74f6094f811fa51fc3 (patch) | |
| tree | ed7cec41bb46f11311551caa217bc4397e4659be /llvm/lib | |
| parent | 0ce19ba3500ab79d70af7c17d2c4a6c4845fff45 (diff) | |
| download | bcm5719-llvm-db6b9565857dbef56ce3eb74f6094f811fa51fc3.tar.gz bcm5719-llvm-db6b9565857dbef56ce3eb74f6094f811fa51fc3.zip | |
80 columns
llvm-svn: 58717
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp b/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp index 8b607b443ee..d03c4a27564 100644 --- a/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp +++ b/llvm/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: |

