Rename the operation of turning a float type into an
authorDuncan Sands <baldrick@free.fr>
Fri, 20 Jun 2008 17:49:55 +0000 (17:49 +0000)
committerDuncan Sands <baldrick@free.fr>
Fri, 20 Jun 2008 17:49:55 +0000 (17:49 +0000)
commit4fc4fd657d4266059dac3849133a3a351b03d99d
treef7e2b07b46f5128f24759e3d98aecf2175f033e9
parent3461cc9e9842c7bce46b9d6e114ff8e44d8ba7b9
Rename the operation of turning a float type into an
integer of the same type.  Before it was "promotion",
but this is confusing because it is quite different
to promotion of integers.  Call it "softening" instead,
inspired by "soft float".

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52546 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
lib/CodeGen/SelectionDAG/LegalizeTypes.cpp
lib/CodeGen/SelectionDAG/LegalizeTypes.h
lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp