OSDN Git Service

[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)
commite08a3aa992bf9e6b29eb7e9e66283300d4d9152d
tree09170d25e6222bd129a645b57f3717485dd8e4a6
parent727767e42d06f61e41cfd51753c48f6fc02f5dd6
[X86] Fix copy pasto in X86FastISel::fastEmitInst_rrrr.

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@314648 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86FastISel.cpp