MipsTargetStreamer.h: Avoid "using" to appease msc17.

llvm-svn: 212577
This commit is contained in:
NAKAMURA Takumi 2014-07-08 23:48:22 +00:00
parent 8da4bd60fb
commit 843c4cb401
1 changed files with 1 additions and 1 deletions

View File

@ -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: