diff options
author | Evan Cheng <evan.cheng@apple.com> | 2011-07-01 22:36:09 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2011-07-01 22:36:09 +0000 |
commit | 385e930d55f3ecd3c9538823dfa5896a12461845 (patch) | |
tree | c173011a67d530d425d77f01bb63eb61edd67222 /lib/Target/Mips/Makefile | |
parent | ce795dc92f693a855dbf1450570e6aeb69774bcc (diff) |
Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134281 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Mips/Makefile')
-rw-r--r-- | lib/Target/Mips/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/Mips/Makefile b/lib/Target/Mips/Makefile index 0b6dd563f1..eafcc4ac0c 100644 --- a/lib/Target/Mips/Makefile +++ b/lib/Target/Mips/Makefile @@ -15,7 +15,7 @@ TARGET = Mips BUILT_SOURCES = MipsGenRegisterInfo.inc MipsGenInstrInfo.inc \ MipsGenAsmWriter.inc \ MipsGenDAGISel.inc MipsGenCallingConv.inc \ - MipsGenSubtarget.inc + MipsGenSubtargetInfo.inc DIRS = TargetInfo |