Make these preprocessor directives match all of the others in the port.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212245 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Christopher 2014-07-03 00:44:31 +00:00
parent 53616b49ca
commit af457ab784
2 changed files with 4 additions and 4 deletions

View File

@ -11,8 +11,8 @@
//
//===----------------------------------------------------------------------===//
#ifndef Mips16ISELLOWERING_H
#define Mips16ISELLOWERING_H
#ifndef MIPS16ISELLOWERING_H
#define MIPS16ISELLOWERING_H
#include "MipsISelLowering.h"

View File

@ -11,8 +11,8 @@
//
//===----------------------------------------------------------------------===//
#ifndef MipsSEISELLOWERING_H
#define MipsSEISELLOWERING_H
#ifndef MIPSSEISELLOWERING_H
#define MIPSSEISELLOWERING_H
#include "MipsISelLowering.h"
#include "MipsRegisterInfo.h"