Warning fix.
llvm-svn: 252078
diff --git a/llvm/lib/Target/X86/X86InstrInfo.cpp b/llvm/lib/Target/X86/X86InstrInfo.cpp
index a5b3a12..6049dda 100644
--- a/llvm/lib/Target/X86/X86InstrInfo.cpp
+++ b/llvm/lib/Target/X86/X86InstrInfo.cpp
@@ -5037,9 +5037,9 @@
MachineInstr *NewMI = nullptr;
// Attempt to fold any custom cases we have.
- if (NewMI =
+ if (MachineInstr *CustomMI =
foldMemoryOperandCustom(MF, MI, OpNum, MOs, InsertPt, Size, Align))
- return NewMI;
+ return CustomMI;
// Folding a memory location into the two-address part of a two-address
// instruction is different than folding it other places. It requires