Remove misplaced ';'. Make buildbots happy, hopefully.
authorJim Grosbach <grosbach@apple.com>
Thu, 30 Sep 2010 03:20:34 +0000 (03:20 +0000)
committerJim Grosbach <grosbach@apple.com>
Thu, 30 Sep 2010 03:20:34 +0000 (03:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115135 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMAsmBackend.cpp

index be3f929e963678af0f428ad29b4070fe600ad6d9..91e141e11b962dbd0602e164c8073ab9d87d5342 100644 (file)
@@ -56,7 +56,7 @@ bool ARMAsmBackend::WriteNopData(uint64_t Count, MCObjectWriter *OW) const {
     return false;
   }
   return false;
-};
+}
 } // end anonymous namespace
 
 namespace {