summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2015-01-26 08:19:53 +0000
committerEric Christopher <echristo@gmail.com>2015-01-26 08:19:53 +0000
commitd4d2bbe769955c665a2fad2a376a43db3a874282 (patch)
tree1ee4638c69e2fdfc72a8b4f5a5fa5415a4ba9fc4
parent2f25a5a8758547be68f1da1025a41685061a918d (diff)
downloadbcm5719-llvm-d4d2bbe769955c665a2fad2a376a43db3a874282.tar.gz
bcm5719-llvm-d4d2bbe769955c665a2fad2a376a43db3a874282.zip
Correct the header guard for MipsABIInfo.h.
llvm-svn: 227076
-rw-r--r--llvm/lib/Target/Mips/MCTargetDesc/MipsABIInfo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/Mips/MCTargetDesc/MipsABIInfo.h b/llvm/lib/Target/Mips/MCTargetDesc/MipsABIInfo.h
index eccb50d8624..7af34d3f113 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"
OpenPOWER on IntegriCloud