aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/ProfileInfoLoaderPass.cpp
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2009-09-09 18:03:46 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2009-09-09 18:03:46 +0000
commit17568251afb0cce65db9e99f594986e3e92debe1 (patch)
tree594ac031c1a81bcb2614389ad735b6f0a84bf3a8 /lib/Analysis/ProfileInfoLoaderPass.cpp
parentc02f0d7e4b60a10d4b0eb0bd1409550174efff81 (diff)
downloadexternal_llvm-17568251afb0cce65db9e99f594986e3e92debe1.tar.gz
external_llvm-17568251afb0cce65db9e99f594986e3e92debe1.tar.bz2
external_llvm-17568251afb0cce65db9e99f594986e3e92debe1.zip
Fix build, add missing simicolon.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81362 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/ProfileInfoLoaderPass.cpp')
-rw-r--r--lib/Analysis/ProfileInfoLoaderPass.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/ProfileInfoLoaderPass.cpp b/lib/Analysis/ProfileInfoLoaderPass.cpp
index 9b5760f2cd..6b33ef8f32 100644
--- a/lib/Analysis/ProfileInfoLoaderPass.cpp
+++ b/lib/Analysis/ProfileInfoLoaderPass.cpp
@@ -168,7 +168,7 @@ unsigned LoaderPass::readEdge(ProfileInfo::Edge e, std::vector<unsigned> ECs,
// This happens only when loading edges for optimal edge profiling.
SpanningTree.insert(e);
}
- return ei++
+ return ei++;
} else {
return ei;
}