From df7a4f2515ce59b487c24e8bb8ea98c10b3edabf Mon Sep 17 00:00:00 2001 From: Owen Anderson Date: Thu, 7 Oct 2010 22:25:06 +0000 Subject: Now with fewer extraneous semicolons! llvm-svn: 115996 --- llvm/lib/CodeGen/LiveIntervalAnalysis.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/CodeGen/LiveIntervalAnalysis.cpp') diff --git a/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp b/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp index c1e8ce560a3..31c52132c47 100644 --- a/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp +++ b/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp @@ -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(); -- cgit v1.2.3