forked from OSchip/llvm-project
Every anonymous namespace is different. Caught by clang++.
llvm-svn: 91481
This commit is contained in:
parent
323c30c5f4
commit
826ca5630e
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue