From: NAKAMURA Takumi Date: Tue, 8 Jul 2014 23:48:22 +0000 (+0000) Subject: MipsTargetStreamer.h: Avoid "using" to appease msc17. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=843c4cb4014262e8cbd1280a983a5fcbe7bafbdb;p=platform%2Fupstream%2Fllvm.git MipsTargetStreamer.h: Avoid "using" to appease msc17. llvm-svn: 212577 --- diff --git a/llvm/lib/Target/Mips/MipsTargetStreamer.h b/llvm/lib/Target/Mips/MipsTargetStreamer.h index 7778f40..1843411 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: