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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115135 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jim Grosbach 2010-09-30 03:20:34 +00:00
parent a8c02c3bdd
commit 87dc3aa2d8

View File

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