diff options
Diffstat (limited to 'llvm/lib/CodeGen/StackMaps.cpp')
-rw-r--r-- | llvm/lib/CodeGen/StackMaps.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/StackMaps.cpp b/llvm/lib/CodeGen/StackMaps.cpp index a5bad76..f7fb2e8 100644 --- a/llvm/lib/CodeGen/StackMaps.cpp +++ b/llvm/lib/CodeGen/StackMaps.cpp @@ -384,7 +384,7 @@ void StackMaps::parseStatepointOpers(const MachineInstr &MI, // Record Deopt Args. unsigned NumDeoptArgs = Locations.back().Offset; - assert(Locations.back().Type = Location::Constant); + assert(Locations.back().Type == Location::Constant); assert(NumDeoptArgs == SO.getNumDeoptArgs()); while (NumDeoptArgs--) |