forked from OSchip/llvm-project
fullStopTag cannot happen here, it is handled above
llvm-svn: 108631
This commit is contained in:
parent
e98194d9e8
commit
2960987ddb
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue