From 843c4cb4014262e8cbd1280a983a5fcbe7bafbdb Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Tue, 8 Jul 2014 23:48:22 +0000 Subject: [PATCH] MipsTargetStreamer.h: Avoid "using" to appease msc17. llvm-svn: 212577 --- llvm/lib/Target/Mips/MipsTargetStreamer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/Target/Mips/MipsTargetStreamer.h b/llvm/lib/Target/Mips/MipsTargetStreamer.h index 7778f40be60b..18434116f39a 100644 --- a/llvm/lib/Target/Mips/MipsTargetStreamer.h +++ b/llvm/lib/Target/Mips/MipsTargetStreamer.h @@ -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: