llvm-project/llvm/lib/Target/X86/AsmParser
Craig Topper fd880d30b1 X86Parser: Fix potential reference to deleted object
Within the MatchFPUWaitAlias function, Operands[0] is potentially overwritten leading to &Op referencing a deleted object. To fix this, assign the reference after the function.

Differential Revision: https://reviews.llvm.org/D57376

llvm-svn: 356973
2019-03-26 03:12:43 +00:00
..
CMakeLists.txt Remove ASan asm instrumentation. 2019-03-11 21:50:10 +00:00
LLVMBuild.txt Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
X86AsmParser.cpp X86Parser: Fix potential reference to deleted object 2019-03-26 03:12:43 +00:00
X86AsmParserCommon.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
X86Operand.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00