From: Benjamin Kramer Date: Wed, 9 Sep 2009 18:03:46 +0000 (+0000) Subject: Fix build, add missing simicolon. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=17568251afb0cce65db9e99f594986e3e92debe1;p=oota-llvm.git Fix build, add missing simicolon. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81362 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Analysis/ProfileInfoLoaderPass.cpp b/lib/Analysis/ProfileInfoLoaderPass.cpp index 9b5760f2cdf..6b33ef8f32c 100644 --- a/lib/Analysis/ProfileInfoLoaderPass.cpp +++ b/lib/Analysis/ProfileInfoLoaderPass.cpp @@ -168,7 +168,7 @@ unsigned LoaderPass::readEdge(ProfileInfo::Edge e, std::vector ECs, // This happens only when loading edges for optimal edge profiling. SpanningTree.insert(e); } - return ei++ + return ei++; } else { return ei; }