From: Gabor Greif Date: Sat, 17 Jul 2010 20:52:46 +0000 (+0000) Subject: fullStopTag cannot happen here, it is handled above X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=aa7e8b27ade264d9c08b781cc49de74431253609;p=oota-llvm.git 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 --- diff --git a/lib/VMCore/Use.cpp b/lib/VMCore/Use.cpp index af38a2d6b3f..c88ad16f60f 100644 --- a/lib/VMCore/Use.cpp +++ b/lib/VMCore/Use.cpp @@ -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(Done == 0 - ? fullStopTag - : stopTag)); + Stop->Prev.setFromOpaqueValue(reinterpret_cast(stopTag)); ++Done; Count = Done; } else {