Fix build, add missing simicolon.
authorBenjamin Kramer <benny.kra@googlemail.com>
Wed, 9 Sep 2009 18:03:46 +0000 (18:03 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Wed, 9 Sep 2009 18:03:46 +0000 (18:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81362 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/ProfileInfoLoaderPass.cpp

index 9b5760f2cdf362da2c5061d17f002bc3e9a9d800..6b33ef8f32c4c86d5d0848d93f095b8a40213eef 100644 (file)
@@ -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;
   }