fullStopTag cannot happen here, it is handled above

llvm-svn: 108631
This commit is contained in:
Gabor Greif 2010-07-17 20:52:46 +00:00
parent e98194d9e8
commit 2960987ddb
1 changed files with 1 additions and 3 deletions

View File

@ -100,9 +100,7 @@ Use *Use::initTags(Use * const Start, Use *Stop, ptrdiff_t Done) {
--Stop;
Stop->Val = 0;
if (!Count) {
Stop->Prev.setFromOpaqueValue(reinterpret_cast<Use**>(Done == 0
? fullStopTag
: stopTag));
Stop->Prev.setFromOpaqueValue(reinterpret_cast<Use**>(stopTag));
++Done;
Count = Done;
} else {