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/Splitter.cpp b/llvm/lib/CodeGen/Splitter.cpp index 825782d..f52eaea 100644 --- a/llvm/lib/CodeGen/Splitter.cpp +++ b/llvm/lib/CodeGen/Splitter.cpp
@@ -30,7 +30,7 @@ char LoopSplitter::ID = 0; INITIALIZE_PASS(LoopSplitter, "loop-splitting", - "Split virtual regists across loop boundaries.", false, false); + "Split virtual regists across loop boundaries.", false, false) namespace llvm {