summaryrefslogtreecommitdiff
path: root/lib/Target/Alpha
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2009-08-31 13:05:24 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2009-08-31 13:05:24 +0000
commitb4f770b68a2f1890e17f634b695d19bb7d07168d (patch)
treef644caab392546d6e44fdeb0f4e77ff9ea80cd06 /lib/Target/Alpha
parent821e3334ed3390d931f497300e6a5f1dc21bcfb3 (diff)
downloadllvm-b4f770b68a2f1890e17f634b695d19bb7d07168d.tar.gz
llvm-b4f770b68a2f1890e17f634b695d19bb7d07168d.tar.bz2
llvm-b4f770b68a2f1890e17f634b695d19bb7d07168d.tar.xz
Normalize makefile comments and sort cmake file lists.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80584 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Alpha')
-rw-r--r--lib/Target/Alpha/AsmPrinter/Makefile2
-rw-r--r--lib/Target/Alpha/CMakeLists.txt2
-rw-r--r--lib/Target/Alpha/TargetInfo/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/Target/Alpha/AsmPrinter/Makefile b/lib/Target/Alpha/AsmPrinter/Makefile
index c5b3e94669..3c64a3c606 100644
--- a/lib/Target/Alpha/AsmPrinter/Makefile
+++ b/lib/Target/Alpha/AsmPrinter/Makefile
@@ -1,4 +1,4 @@
-##===- lib/Target/Alpha/Makefile ---------------------------*- Makefile -*-===##
+##===- lib/Target/Alpha/AsmPrinter/Makefile ----------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
diff --git a/lib/Target/Alpha/CMakeLists.txt b/lib/Target/Alpha/CMakeLists.txt
index 13ca18e2d5..b4f41aebd8 100644
--- a/lib/Target/Alpha/CMakeLists.txt
+++ b/lib/Target/Alpha/CMakeLists.txt
@@ -19,9 +19,9 @@ add_llvm_target(AlphaCodeGen
AlphaISelLowering.cpp
AlphaJITInfo.cpp
AlphaLLRP.cpp
+ AlphaMCAsmInfo.cpp
AlphaRegisterInfo.cpp
AlphaSubtarget.cpp
- AlphaMCAsmInfo.cpp
AlphaTargetMachine.cpp
)
diff --git a/lib/Target/Alpha/TargetInfo/Makefile b/lib/Target/Alpha/TargetInfo/Makefile
index 7250358e46..de01d7f8e8 100644
--- a/lib/Target/Alpha/TargetInfo/Makefile
+++ b/lib/Target/Alpha/TargetInfo/Makefile
@@ -1,4 +1,4 @@
-#===- lib/Target/Alpha/TargetInfo/Makefile -----------------*- Makefile -*-===##
+##===- lib/Target/Alpha/TargetInfo/Makefile ----------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#