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 48a44d4621
commit e6bf45cdae

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