From 717c9da9d23584d80ebabed89a63d2748a120020 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212577 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/Mips/MipsTargetStreamer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Target/Mips/MipsTargetStreamer.h b/lib/Target/Mips/MipsTargetStreamer.h index 7778f40be60..18434116f39 100644 --- a/lib/Target/Mips/MipsTargetStreamer.h +++ b/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: -- 2.34.1