[X86] Fix copy pasto in X86FastISel::fastEmitInst_rrrr.
authorCraig Topper <craig.topper@intel.com>
Mon, 2 Oct 2017 05:46:53 +0000 (05:46 +0000)
committerCraig Topper <craig.topper@intel.com>
Mon, 2 Oct 2017 05:46:53 +0000 (05:46 +0000)
commitd37625859a6a663c33390e6a15ad5eca46579bc3
treef062f60eb387c55345e28f35793a9eda0574fecc
parentbb7866162cb0b63d75eb6eae1fa9ea6fca38aa37
[X86] Fix copy pasto in X86FastISel::fastEmitInst_rrrr.

The 4th operand was not being constrained and the third operand was being constrained twice.

llvm-svn: 314648
llvm/lib/Target/X86/X86FastISel.cpp