Merging r195138:

------------------------------------------------------------------------
r195138 | atrick | 2013-11-19 10:29:45 -0800 (Tue, 19 Nov 2013) | 3 lines

Obvious pasto survived a couple rounds of cleanup.

Caught by Aaron Ballman.
------------------------------------------------------------------------


git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_34@195219 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Bill Wendling 2013-11-20 06:19:13 +00:00
parent 2af1d85c5d
commit 3773bef110

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