Skip to content

Commit a481b50

Browse files
committed
[X86] Remove unnecessary redeclaration of a variable with the same assignment as the beginning of the function. NFC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225155 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent d571fdb commit a481b50

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/Target/X86/MCTargetDesc/X86BaseInfo.h

-1
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,6 @@ namespace X86II {
697697
case X86II::MRM2m: case X86II::MRM3m:
698698
case X86II::MRM4m: case X86II::MRM5m:
699699
case X86II::MRM6m: case X86II::MRM7m: {
700-
bool HasVEX_4V = TSFlags & X86II::VEX_4V;
701700
unsigned FirstMemOp = 0;
702701
if (HasVEX_4V)
703702
++FirstMemOp;// Skip the register dest (which is encoded in VEX_VVVV).

0 commit comments

Comments
 (0)