Every anonymous namespace is different. Caught by clang++.
authorJohn McCall <rjmccall@apple.com>
Wed, 16 Dec 2009 00:15:28 +0000 (00:15 +0000)
committerJohn McCall <rjmccall@apple.com>
Wed, 16 Dec 2009 00:15:28 +0000 (00:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91481 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/AsmParser/ARMAsmParser.cpp

index 894f913a77c13328549a1740ab474f7e5a66e576..232f035c66013acb8f84ee1b6e54d5e5d4d8dd0f 100644 (file)
@@ -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 {