OSDN Git Service

Avoid generating a convert_rndsat node when the src and dest type are the same.
authorMon P Wang <wangmp@apple.com>
Thu, 11 Dec 2008 03:30:13 +0000 (03:30 +0000)
committerMon P Wang <wangmp@apple.com>
Thu, 11 Dec 2008 03:30:13 +0000 (03:30 +0000)
commit6db08c4d2f2e1f1f83e845031bfee9017b126c5a
tree6b5452ddc4418a3086ca75aa900e585751e32923
parent775bb805c5a5a7ba6e4ccac85f650372a51e0273
Avoid generating a convert_rndsat node when the src and dest type are the same.

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