commit | 12fa37f1bf3a117fc493a734a04fa64dd67fb2d5 | [log] [tgz] |
---|---|---|
author | Sanjay Patel <spatel@rotateright.com> | Sun Mar 15 18:11:35 2015 +0000 |
committer | Sanjay Patel <spatel@rotateright.com> | Sun Mar 15 18:11:35 2015 +0000 |
tree | feb9e71fa72e3d8d0bc83995411cfb0020911ba0 | |
parent | b63c1880f211adf828aa731259e3222a3261ed9e [diff] [blame] |
fix typo: NFC llvm-svn: 232327
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 @@ /// will be a negative number. int Def; }; -} // anonynous namespace +} // anonymous namespace namespace { class ExeDepsFix : public MachineFunctionPass {