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
This commit is contained in:
John McCall 2009-12-16 00:15:28 +00:00
parent f32616e0bd
commit bd13cb911c

View 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 {