Skip to content

Commit

Permalink
Make these preprocessor directives match all of the others in the port.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212245 91177308-0d34-0410-b5e6-96231b3b80d8
echristo committed Jul 3, 2014
1 parent 53616b4 commit af457ab
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lib/Target/Mips/Mips16ISelLowering.h
Original file line number Diff line number Diff line change
@@ -11,8 +11,8 @@
//
//===----------------------------------------------------------------------===//

#ifndef Mips16ISELLOWERING_H
#define Mips16ISELLOWERING_H
#ifndef MIPS16ISELLOWERING_H
#define MIPS16ISELLOWERING_H

#include "MipsISelLowering.h"

4 changes: 2 additions & 2 deletions lib/Target/Mips/MipsSEISelLowering.h
Original file line number Diff line number Diff line change
@@ -11,8 +11,8 @@
//
//===----------------------------------------------------------------------===//

#ifndef MipsSEISELLOWERING_H
#define MipsSEISELLOWERING_H
#ifndef MIPSSEISELLOWERING_H
#define MIPSSEISELLOWERING_H

#include "MipsISelLowering.h"
#include "MipsRegisterInfo.h"

0 comments on commit af457ab

Please sign in to comment.