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/AliasSetTracker.cpp b/llvm/lib/Analysis/AliasSetTracker.cpp index e74543b..d3391fa 100644 --- a/llvm/lib/Analysis/AliasSetTracker.cpp +++ b/llvm/lib/Analysis/AliasSetTracker.cpp
@@ -608,4 +608,4 @@ char AliasSetPrinter::ID = 0; INITIALIZE_PASS(AliasSetPrinter, "print-alias-sets", - "Alias Set Printer", false, true); + "Alias Set Printer", false, true)