Obvious pasto survived a couple rounds of cleanup.

Caught by Aaron Ballman.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195138 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Andrew Trick 2013-11-19 18:29:45 +00:00
parent da1ad53f6a
commit 0d63cf0812

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