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;
|
||||||
Stop->Val = 0;
|
Stop->Val = 0;
|
||||||
if (!Count) {
|
if (!Count) {
|
||||||
Stop->Prev.setFromOpaqueValue(reinterpret_cast<Use**>(Done == 0
|
Stop->Prev.setFromOpaqueValue(reinterpret_cast<Use**>(stopTag));
|
||||||
? fullStopTag
|
|
||||||
: stopTag));
|
|
||||||
++Done;
|
++Done;
|
||||||
Count = Done;
|
Count = Done;
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue