1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

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 2f67f62475
commit 1d25744c84

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: