diff options
author | John McCall <rjmccall@apple.com> | 2009-12-16 00:15:28 +0000 |
---|---|---|
committer | John McCall <rjmccall@apple.com> | 2009-12-16 00:15:28 +0000 |
commit | bd13cb911cb40ac6a82db12deaef775a9d19ff4b (patch) | |
tree | a51059f5213a371b7aa65c686914adfa5750dbfe | |
parent | f32616e0bd5995e5e8053d4fc2b0a1da22fa68f6 (diff) |
Every anonymous namespace is different. Caught by clang++.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91481 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/Target/ARM/AsmParser/ARMAsmParser.cpp b/lib/Target/ARM/AsmParser/ARMAsmParser.cpp index 894f913a77..232f035c66 100644 --- a/lib/Target/ARM/AsmParser/ARMAsmParser.cpp +++ b/lib/Target/ARM/AsmParser/ARMAsmParser.cpp @@ -98,10 +98,6 @@ public: virtual bool ParseDirective(AsmToken DirectiveID); }; -} // end anonymous namespace - -namespace { - /// ARMOperand - Instances of this class represent a parsed ARM machine /// instruction. struct ARMOperand { |