Now with fewer extraneous semicolons!
[oota-llvm.git] / lib / CodeGen / LiveIntervalAnalysis.cpp
index c1e8ce560a351392f16fa4db5bfed98245b8ebc4..31c52132c473b9541f53884e1821068566bf9c09 100644 (file)
@@ -56,7 +56,7 @@ STATISTIC(numSplits    , "Number of intervals split");
 
 char LiveIntervals::ID = 0;
 INITIALIZE_PASS(LiveIntervals, "liveintervals",
-                "Live Interval Analysis", false, false);
+                "Live Interval Analysis", false, false)
 
 void LiveIntervals::getAnalysisUsage(AnalysisUsage &AU) const {
   AU.setPreservesCFG();