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/Analysis/LiveValues.cpp b/llvm/lib/Analysis/LiveValues.cpp index 0225f4f..3feaf64 100644 --- a/llvm/lib/Analysis/LiveValues.cpp +++ b/llvm/lib/Analysis/LiveValues.cpp
@@ -23,7 +23,7 @@ char LiveValues::ID = 0; INITIALIZE_PASS(LiveValues, "live-values", - "Value Liveness Analysis", false, true); + "Value Liveness Analysis", false, true) LiveValues::LiveValues() : FunctionPass(ID) {}