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/SlotIndexes.cpp b/llvm/lib/CodeGen/SlotIndexes.cpp index b106d3a..adab9ff3a 100644 --- a/llvm/lib/CodeGen/SlotIndexes.cpp +++ b/llvm/lib/CodeGen/SlotIndexes.cpp
@@ -41,7 +41,7 @@ char SlotIndexes::ID = 0; INITIALIZE_PASS(SlotIndexes, "slotindexes", - "Slot index numbering", false, false); + "Slot index numbering", false, false) IndexListEntry* IndexListEntry::getEmptyKeyEntry() { return &*IndexListEntryEmptyKey;