fix a type mismatch in this pattern, where we were using an i64 imm in a
authorChris Lattner <sabre@nondot.org>
Tue, 23 Feb 2010 06:09:57 +0000 (06:09 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 23 Feb 2010 06:09:57 +0000 (06:09 +0000)
commitbe5ad7dce2e20275a1c4f2d7240d1bf495b9f418
treed63ba01f8299af17f025e96f14d8f77bdae28448
parent53d09bd0099e2ac400ad5ddcb928ad0d524fbe5c
fix a type mismatch in this pattern, where we were using an i64 imm in a
place where an i32 imm was required, the old isel just got lucky.

This fixes CodeGen/X86/x86-64-and-mask.ll

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96894 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86Instr64bit.td