forked from OSchip/llvm-project
MipsTargetStreamer.h: Avoid "using" to appease msc17.
llvm-svn: 212577
This commit is contained in:
parent
8da4bd60fb
commit
843c4cb401
|
@ -18,7 +18,7 @@ namespace llvm {
|
|||
|
||||
struct MipsABIFlagsSection;
|
||||
|
||||
using Val_GNU_MIPS_ABI = MipsABIFlagsSection::Val_GNU_MIPS_ABI;
|
||||
typedef MipsABIFlagsSection::Val_GNU_MIPS_ABI Val_GNU_MIPS_ABI;
|
||||
|
||||
class MipsTargetStreamer : public MCTargetStreamer {
|
||||
public:
|
||||
|
|
Loading…
Reference in New Issue