From: John McCall Date: Wed, 16 Dec 2009 00:15:28 +0000 (+0000) Subject: Every anonymous namespace is different. Caught by clang++. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=bd13cb911cb40ac6a82db12deaef775a9d19ff4b;p=oota-llvm.git 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 --- diff --git a/lib/Target/ARM/AsmParser/ARMAsmParser.cpp b/lib/Target/ARM/AsmParser/ARMAsmParser.cpp index 894f913a77c..232f035c660 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 {