From: Jim Grosbach Date: Thu, 30 Sep 2010 03:20:34 +0000 (+0000) Subject: Remove misplaced ';'. Make buildbots happy, hopefully. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=87dc3aa2d87871f1affc6f3f2fa587c7b6725d83;p=oota-llvm.git Remove misplaced ';'. Make buildbots happy, hopefully. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115135 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/ARM/ARMAsmBackend.cpp b/lib/Target/ARM/ARMAsmBackend.cpp index be3f929e963..91e141e11b9 100644 --- a/lib/Target/ARM/ARMAsmBackend.cpp +++ b/lib/Target/ARM/ARMAsmBackend.cpp @@ -56,7 +56,7 @@ bool ARMAsmBackend::WriteNopData(uint64_t Count, MCObjectWriter *OW) const { return false; } return false; -}; +} } // end anonymous namespace namespace {