From: Eric Christopher Date: Mon, 26 Jan 2015 08:19:53 +0000 (+0000) Subject: Correct the header guard for MipsABIInfo.h. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d4d2bbe769955c665a2fad2a376a43db3a874282;p=platform%2Fupstream%2Fllvm.git Correct the header guard for MipsABIInfo.h. llvm-svn: 227076 --- diff --git a/llvm/lib/Target/Mips/MCTargetDesc/MipsABIInfo.h b/llvm/lib/Target/Mips/MCTargetDesc/MipsABIInfo.h index eccb50d..7af34d3 100644 --- a/llvm/lib/Target/Mips/MCTargetDesc/MipsABIInfo.h +++ b/llvm/lib/Target/Mips/MCTargetDesc/MipsABIInfo.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef MIPSABIINFO_H -#define MIPSABIINFO_H +#ifndef LLVM_LIB_TARGET_MIPS_MCTARGETDESC_MIPSABIINFO_H +#define LLVM_LIB_TARGET_MIPS_MCTARGETDESC_MIPSABIINFO_H #include "llvm/ADT/ArrayRef.h" #include "llvm/IR/CallingConv.h"