mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-29 22:30:33 +00:00
Obvious pasto survived a couple rounds of cleanup.
Caught by Aaron Ballman. llvm-svn: 195138
This commit is contained in:
parent
844100cb0c
commit
a5f0869aed
@ -298,8 +298,7 @@ void StackMaps::serializeToStackMapSection() {
|
||||
}
|
||||
}
|
||||
else {
|
||||
assert((Loc.LocType != Location::Register
|
||||
&& Loc.LocType != Location::Register) &&
|
||||
assert(Loc.LocType != Location::Register &&
|
||||
"Missing location register");
|
||||
}
|
||||
AP.OutStreamer.EmitIntValue(Loc.LocType, 1);
|
||||
|
Loading…
Reference in New Issue
Block a user