Fix a problem on itanium with memset. The value to set has been promoted to
authorChris Lattner <sabre@nondot.org>
Mon, 20 Feb 2006 06:38:35 +0000 (06:38 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 20 Feb 2006 06:38:35 +0000 (06:38 +0000)
commitdca7abed918c8191de6e258ddf394cf11de240f2
tree64c6712013a9ddc14e743ca4db13e06be3a1ce6e
parenta6fc94b71e2d8e4ab38a3d437fad659201d50627
Fix a problem on itanium with memset.  The value to set has been promoted to
i64 before this code, so zero_ext doesn't work.

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