mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-07 12:28:24 +00:00
fullStopTag cannot happen here, it is handled above
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108631 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user