mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-04 21:31:03 +00:00
[mips] Update namespace.
We should be using the llvm namespace and not an anonymous namespace in a header file. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204450 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4923eea4f6
commit
d09863076a
@ -20,7 +20,6 @@
|
||||
|
||||
using namespace llvm;
|
||||
|
||||
// Forward declarations.
|
||||
namespace llvm {
|
||||
class MCContext;
|
||||
class MCExpr;
|
||||
@ -30,9 +29,6 @@ class MCFixup;
|
||||
class MCOperand;
|
||||
class MCSubtargetInfo;
|
||||
class raw_ostream;
|
||||
}
|
||||
|
||||
namespace {
|
||||
|
||||
class MipsMCCodeEmitter : public MCCodeEmitter {
|
||||
MipsMCCodeEmitter(const MipsMCCodeEmitter &) LLVM_DELETED_FUNCTION;
|
||||
@ -124,6 +120,6 @@ public:
|
||||
const MCSubtargetInfo &STI) const;
|
||||
|
||||
}; // class MipsMCCodeEmitter
|
||||
} // namespace
|
||||
} // namespace llvm.
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user