summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2014-07-03 00:44:31 +0000
committerEric Christopher <echristo@gmail.com>2014-07-03 00:44:31 +0000
commitf204208e4f5ae0189969f947699b174f7dfe94c8 (patch)
tree419a6318e22d90f751f60b7733ebf2301efed316 /llvm/lib
parentad4de684ea3a500c7c7b264fe819801e6a58433f (diff)
downloadbcm5719-llvm-f204208e4f5ae0189969f947699b174f7dfe94c8.tar.gz
bcm5719-llvm-f204208e4f5ae0189969f947699b174f7dfe94c8.zip
Make these preprocessor directives match all of the others in the port.
llvm-svn: 212245
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/Mips/Mips16ISelLowering.h4
-rw-r--r--llvm/lib/Target/Mips/MipsSEISelLowering.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/llvm/lib/Target/Mips/Mips16ISelLowering.h b/llvm/lib/Target/Mips/Mips16ISelLowering.h
index df883339b26..2a5eec5b40d 100644
--- a/llvm/lib/Target/Mips/Mips16ISelLowering.h
+++ b/llvm/lib/Target/Mips/Mips16ISelLowering.h
@@ -11,8 +11,8 @@
//
//===----------------------------------------------------------------------===//
-#ifndef Mips16ISELLOWERING_H
-#define Mips16ISELLOWERING_H
+#ifndef MIPS16ISELLOWERING_H
+#define MIPS16ISELLOWERING_H
#include "MipsISelLowering.h"
diff --git a/llvm/lib/Target/Mips/MipsSEISelLowering.h b/llvm/lib/Target/Mips/MipsSEISelLowering.h
index 8213857c965..13ef6fce887 100644
--- a/llvm/lib/Target/Mips/MipsSEISelLowering.h
+++ b/llvm/lib/Target/Mips/MipsSEISelLowering.h
@@ -11,8 +11,8 @@
//
//===----------------------------------------------------------------------===//
-#ifndef MipsSEISELLOWERING_H
-#define MipsSEISELLOWERING_H
+#ifndef MIPSSEISELLOWERING_H
+#define MIPSSEISELLOWERING_H
#include "MipsISelLowering.h"
#include "MipsRegisterInfo.h"
OpenPOWER on IntegriCloud