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:
parent
be5a55af78
commit
f23b8b3bbe
@ -11,8 +11,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef Mips16ISELLOWERING_H
|
||||
#define Mips16ISELLOWERING_H
|
||||
#ifndef MIPS16ISELLOWERING_H
|
||||
#define MIPS16ISELLOWERING_H
|
||||
|
||||
#include "MipsISelLowering.h"
|
||||
|
||||
|
@ -11,8 +11,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef MipsSEISELLOWERING_H
|
||||
#define MipsSEISELLOWERING_H
|
||||
#ifndef MIPSSEISELLOWERING_H
|
||||
#define MIPSSEISELLOWERING_H
|
||||
|
||||
#include "MipsISelLowering.h"
|
||||
#include "MipsRegisterInfo.h"
|
||||
|
Loading…
Reference in New Issue
Block a user