commit | df7a4f2515ce59b487c24e8bb8ea98c10b3edabf | [log] [tgz] |
---|---|---|
author | Owen Anderson <resistor@mac.com> | Thu Oct 07 22:25:06 2010 +0000 |
committer | Owen Anderson <resistor@mac.com> | Thu Oct 07 22:25:06 2010 +0000 |
tree | 001747798d8e0272b6b5fabbde9790e8db3741af | |
parent | 28ae29420a66397cebbfdb0f226c7bba190beca3 [diff] [blame] |
Now with fewer extraneous semicolons! llvm-svn: 115996
diff --git a/llvm/lib/CodeGen/PreAllocSplitting.cpp b/llvm/lib/CodeGen/PreAllocSplitting.cpp index 68d28e4..c43b2b2 100644 --- a/llvm/lib/CodeGen/PreAllocSplitting.cpp +++ b/llvm/lib/CodeGen/PreAllocSplitting.cpp
@@ -205,7 +205,7 @@ INITIALIZE_PASS(PreAllocSplitting, "pre-alloc-splitting", "Pre-Register Allocation Live Interval Splitting", - false, false); + false, false) char &llvm::PreAllocSplittingID = PreAllocSplitting::ID;