fix typo: NFC

llvm-svn: 232327
This commit is contained in:
Sanjay Patel 2015-03-15 18:11:35 +00:00
parent b63c1880f2
commit 12fa37f1bf
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ struct LiveReg {
/// will be a negative number.
int Def;
};
} // anonynous namespace
} // anonymous namespace
namespace {
class ExeDepsFix : public MachineFunctionPass {