From 12fa37f1bf3a117fc493a734a04fa64dd67fb2d5 Mon Sep 17 00:00:00 2001 From: Sanjay Patel Date: Sun, 15 Mar 2015 18:11:35 +0000 Subject: [PATCH] fix typo: NFC llvm-svn: 232327 --- llvm/lib/CodeGen/ExecutionDepsFix.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/CodeGen/ExecutionDepsFix.cpp b/llvm/lib/CodeGen/ExecutionDepsFix.cpp index 4793fba..8d4b952 100644 --- a/llvm/lib/CodeGen/ExecutionDepsFix.cpp +++ b/llvm/lib/CodeGen/ExecutionDepsFix.cpp @@ -125,7 +125,7 @@ struct LiveReg { /// will be a negative number. int Def; }; -} // anonynous namespace +} // anonymous namespace namespace { class ExeDepsFix : public MachineFunctionPass { -- 2.7.4