Make these preprocessor directives match all of the others in the port.
authorEric Christopher <echristo@gmail.com>
Thu, 3 Jul 2014 00:44:31 +0000 (00:44 +0000)
committerEric Christopher <echristo@gmail.com>
Thu, 3 Jul 2014 00:44:31 +0000 (00:44 +0000)
llvm-svn: 212245

llvm/lib/Target/Mips/Mips16ISelLowering.h
llvm/lib/Target/Mips/MipsSEISelLowering.h

index df88333..2a5eec5 100644 (file)
@@ -11,8 +11,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef Mips16ISELLOWERING_H
-#define Mips16ISELLOWERING_H
+#ifndef MIPS16ISELLOWERING_H
+#define MIPS16ISELLOWERING_H
 
 #include "MipsISelLowering.h"
 
index 8213857..13ef6fc 100644 (file)
@@ -11,8 +11,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef MipsSEISELLOWERING_H
-#define MipsSEISELLOWERING_H
+#ifndef MIPSSEISELLOWERING_H
+#define MIPSSEISELLOWERING_H
 
 #include "MipsISelLowering.h"
 #include "MipsRegisterInfo.h"