X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FVMCore%2FUse.cpp;h=2258b8d985ae066ff85471a292b0aec48678a563;hb=6c3541d5597033bdb2f26f5ade811b482c32a39a;hp=4e959a516cd4b58f91c9e4949c816e12c0451fc2;hpb=1ed26acc58a13f125bc9e1d5e5aa22fd479654ff;p=oota-llvm.git diff --git a/lib/VMCore/Use.cpp b/lib/VMCore/Use.cpp index 4e959a516cd..2258b8d985a 100644 --- a/lib/VMCore/Use.cpp +++ b/lib/VMCore/Use.cpp @@ -135,8 +135,8 @@ void Use::zap(Use *Start, const Use *Stop, bool del) { User *Use::getUser() const { const Use *End = getImpliedUser(); - const PointerIntPair& ref( - static_cast(End - 1)->ref); + const PointerIntPair& + ref(static_cast(End - 1)->ref); User *She = ref.getPointer(); return ref.getInt() ? She