Remove misplaced ';'. Make buildbots happy, hopefully.

llvm-svn: 115135
This commit is contained in:
Jim Grosbach 2010-09-30 03:20:34 +00:00
parent 70d6e0e0ff
commit 58bce99385
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ bool ARMAsmBackend::WriteNopData(uint64_t Count, MCObjectWriter *OW) const {
return false;
}
return false;
};
}
} // end anonymous namespace
namespace {