Now with fewer extraneous semicolons!
llvm-svn: 115996
This commit is contained in:
@@ -17,7 +17,7 @@ using namespace llvm;
|
||||
|
||||
char IntervalPartition::ID = 0;
|
||||
INITIALIZE_PASS(IntervalPartition, "intervals",
|
||||
"Interval Partition Construction", true, true);
|
||||
"Interval Partition Construction", true, true)
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// IntervalPartition Implementation
|
||||
|
||||
Reference in New Issue
Block a user