Remove extraneous semicolon
authorDouglas Gregor <dgregor@apple.com>
Sun, 25 Jul 2010 17:34:42 +0000 (17:34 +0000)
committerDouglas Gregor <dgregor@apple.com>
Sun, 25 Jul 2010 17:34:42 +0000 (17:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109373 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMGlobalMerge.cpp

index 3cd6519bbfde942b55250f4da444c39c97a2eab1..cb7947b20b4b12b524ef930e9068a3e6ed5cf7b2 100644 (file)
@@ -96,7 +96,7 @@ namespace {
       const TargetData *TD;
 
       GlobalCmp(const TargetData *td):
-        TD(td) { };
+        TD(td) { }
 
       bool operator() (const GlobalVariable* GV1,
                        const GlobalVariable* GV2) {