From 67c32a98315f785a9ec9d531c1f571a0196c7463 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Sun, 18 Jan 2015 16:17:27 +0000 Subject: Vendor import of llvm RELEASE_360/rc1 tag r226102 (effectively, 3.6.0 RC1): https://llvm.org/svn/llvm-project/llvm/tags/RELEASE_360/rc1@226102 --- lib/Target/Mips/MipsOptionRecord.h | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'lib/Target/Mips/MipsOptionRecord.h') diff --git a/lib/Target/Mips/MipsOptionRecord.h b/lib/Target/Mips/MipsOptionRecord.h index c0abce3eaddb..f82544ae43ae 100644 --- a/lib/Target/Mips/MipsOptionRecord.h +++ b/lib/Target/Mips/MipsOptionRecord.h @@ -17,19 +17,16 @@ // //===----------------------------------------------------------------------===// -#ifndef MIPSOPTIONRECORD_H -#define MIPSOPTIONRECORD_H +#ifndef LLVM_LIB_TARGET_MIPS_MIPSOPTIONRECORD_H +#define LLVM_LIB_TARGET_MIPS_MIPSOPTIONRECORD_H -#include "MipsMCTargetDesc.h" +#include "MCTargetDesc/MipsMCTargetDesc.h" #include "llvm/MC/MCContext.h" #include "llvm/MC/MCRegisterInfo.h" -using namespace llvm; - namespace llvm { class MipsELFStreamer; class MCSubtargetInfo; -} class MipsOptionRecord { public: @@ -58,7 +55,7 @@ public: } ~MipsRegInfoRecord() {} - void EmitMipsOptionRecord(); + void EmitMipsOptionRecord() override; void SetPhysRegUsed(unsigned Reg, const MCRegisterInfo *MCRegInfo); private: @@ -77,4 +74,5 @@ private: uint32_t ri_cprmask[4]; int64_t ri_gp_value; }; +} // namespace llvm #endif -- cgit v1.2.3