fix typo: NFC

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@232327 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Sanjay Patel 2015-03-15 18:11:35 +00:00
parent ec009464f2
commit 3445f7efbd

View File

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