1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Obvious pasto survived a couple rounds of cleanup.

Caught by Aaron Ballman.

llvm-svn: 195138
This commit is contained in:
Andrew Trick 2013-11-19 18:29:45 +00:00
parent 844100cb0c
commit a5f0869aed

View File

@ -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);