aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2010-09-30 03:20:34 +0000
committerJim Grosbach <grosbach@apple.com>2010-09-30 03:20:34 +0000
commit87dc3aa2d87871f1affc6f3f2fa587c7b6725d83 (patch)
treed8d716de27a6bca4857ce152388e5801237c8306
parenta8c02c3bdd68e65d14fb6b0d56989663754059b0 (diff)
Remove misplaced ';'. Make buildbots happy, hopefully.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115135 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/ARM/ARMAsmBackend.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMAsmBackend.cpp b/lib/Target/ARM/ARMAsmBackend.cpp
index be3f929e96..91e141e11b 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 {