summaryrefslogtreecommitdiffstats
path: root/llvm/lib
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
commit58bce993851900591a8c34a18286d56d799d2806 (patch)
tree348b69622cfd1c477cabbc5cdc4e7c7dac923771 /llvm/lib
parent70d6e0e0ff2f72f19e7c7a863e440e83527d700e (diff)
downloadbcm5719-llvm-58bce993851900591a8c34a18286d56d799d2806.tar.gz
bcm5719-llvm-58bce993851900591a8c34a18286d56d799d2806.zip
Remove misplaced ';'. Make buildbots happy, hopefully.
llvm-svn: 115135
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/ARM/ARMAsmBackend.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMAsmBackend.cpp b/llvm/lib/Target/ARM/ARMAsmBackend.cpp
index be3f929e963..91e141e11b9 100644
--- a/llvm/lib/Target/ARM/ARMAsmBackend.cpp
+++ b/llvm/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 {
OpenPOWER on IntegriCloud