summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/ExecutionDepsFix.cpp
diff options
context:
space:
mode:
authorSanjay Patel <spatel@rotateright.com>2015-03-15 18:11:35 +0000
committerSanjay Patel <spatel@rotateright.com>2015-03-15 18:11:35 +0000
commit12fa37f1bf3a117fc493a734a04fa64dd67fb2d5 (patch)
treefeb9e71fa72e3d8d0bc83995411cfb0020911ba0 /llvm/lib/CodeGen/ExecutionDepsFix.cpp
parentb63c1880f211adf828aa731259e3222a3261ed9e (diff)
downloadbcm5719-llvm-12fa37f1bf3a117fc493a734a04fa64dd67fb2d5.tar.gz
bcm5719-llvm-12fa37f1bf3a117fc493a734a04fa64dd67fb2d5.zip
fix typo: NFC
llvm-svn: 232327
Diffstat (limited to 'llvm/lib/CodeGen/ExecutionDepsFix.cpp')
-rw-r--r--llvm/lib/CodeGen/ExecutionDepsFix.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/ExecutionDepsFix.cpp b/llvm/lib/CodeGen/ExecutionDepsFix.cpp
index 4793fba7606..8d4b952fc79 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 {
OpenPOWER on IntegriCloud