mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-03 01:12:59 +00:00
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:
parent
53616b49ca
commit
af457ab784
@ -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