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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212577 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
NAKAMURA Takumi 2014-07-08 23:48:22 +00:00
parent e3108d31e0
commit 717c9da9d2

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: