1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00

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

llvm-svn: 212245
This commit is contained in:
Eric Christopher 2014-07-03 00:44:31 +00:00
parent be5a55af78
commit f23b8b3bbe
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"