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/Alpha/Makefile | |
parent | ce795dc92f693a855dbf1450570e6aeb69774bcc (diff) | |
download | external_llvm-385e930d55f3ecd3c9538823dfa5896a12461845.zip external_llvm-385e930d55f3ecd3c9538823dfa5896a12461845.tar.gz external_llvm-385e930d55f3ecd3c9538823dfa5896a12461845.tar.bz2 |
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/Alpha/Makefile')
-rw-r--r-- | lib/Target/Alpha/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/Alpha/Makefile b/lib/Target/Alpha/Makefile index 40c4f90..9409ae5 100644 --- a/lib/Target/Alpha/Makefile +++ b/lib/Target/Alpha/Makefile @@ -14,7 +14,7 @@ TARGET = Alpha # Make sure that tblgen is run, first thing. BUILT_SOURCES = AlphaGenRegisterInfo.inc AlphaGenInstrInfo.inc \ AlphaGenAsmWriter.inc AlphaGenDAGISel.inc \ - AlphaGenCallingConv.inc AlphaGenSubtarget.inc + AlphaGenCallingConv.inc AlphaGenSubtargetInfo.inc DIRS = TargetInfo |