commit | 87dc3aa2d87871f1affc6f3f2fa587c7b6725d83 | [log] [tgz] |
---|---|---|
author | Jim Grosbach <grosbach@apple.com> | Thu Sep 30 03:20:34 2010 +0000 |
committer | Jim Grosbach <grosbach@apple.com> | Thu Sep 30 03:20:34 2010 +0000 |
tree | d8d716de27a6bca4857ce152388e5801237c8306 | |
parent | a8c02c3bdd68e65d14fb6b0d56989663754059b0 [diff] [blame] |
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 be3f929..91e141e 100644 --- a/lib/Target/ARM/ARMAsmBackend.cpp +++ b/lib/Target/ARM/ARMAsmBackend.cpp
@@ -56,7 +56,7 @@ return false; } return false; -}; +} } // end anonymous namespace namespace {