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 | 826ca5630e67211af6876dc2cfcf4eae2e9c62ed (patch) | |
tree | 3eb15151ce52625c3fa945cb9ff641ebe65f521d /llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp | |
parent | 323c30c5f465208778d7792a01af70a4f4be8b78 (diff) | |
download | bcm5719-llvm-826ca5630e67211af6876dc2cfcf4eae2e9c62ed.tar.gz bcm5719-llvm-826ca5630e67211af6876dc2cfcf4eae2e9c62ed.zip |
Every anonymous namespace is different. Caught by clang++.
llvm-svn: 91481
Diffstat (limited to 'llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp')
-rw-r--r-- | llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp b/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp index 894f913a77c..232f035c660 100644 --- a/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp +++ b/llvm/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 { |