[llvm] r227076 - Correct the header guard for MipsABIInfo.h.
Eric Christopher
echristo at gmail.com
Mon Jan 26 00:19:53 PST 2015
Author: echristo
Date: Mon Jan 26 02:19:53 2015
New Revision: 227076
URL: http://llvm.org/viewvc/llvm-project?rev=227076&view=rev
Log:
Correct the header guard for MipsABIInfo.h.
Modified:
llvm/trunk/lib/Target/Mips/MCTargetDesc/MipsABIInfo.h
Modified: llvm/trunk/lib/Target/Mips/MCTargetDesc/MipsABIInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/Mips/MCTargetDesc/MipsABIInfo.h?rev=227076&r1=227075&r2=227076&view=diff
==============================================================================
--- llvm/trunk/lib/Target/Mips/MCTargetDesc/MipsABIInfo.h (original)
+++ llvm/trunk/lib/Target/Mips/MCTargetDesc/MipsABIInfo.h Mon Jan 26 02:19:53 2015
@@ -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"
More information about the llvm-commits
mailing list