Fix comment and unnecessary check for FP build_vectors.
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Tue, 2 Sep 2014 18:33:51 +0000 (18:33 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Tue, 2 Sep 2014 18:33:51 +0000 (18:33 +0000)
commit1c7650f67cf8399b79af28ee42a45fffd5ffe77d
tree4b1ae2ccfe6a9d7294298145046bf22c9e88fe50
parentfc5b23200479dfa9a088fb3be583487bb9e7adec
Fix comment and unnecessary check for FP build_vectors.

This was copy-paste from the integer version, but
FP build_vectors don't truncate.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216928 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/DAGCombiner.cpp