summaryrefslogtreecommitdiffstats
path: root/lib/Target/SystemZ
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/SystemZ
parent821e3334ed3390d931f497300e6a5f1dc21bcfb3 (diff)
downloadexternal_llvm-b4f770b68a2f1890e17f634b695d19bb7d07168d.zip
external_llvm-b4f770b68a2f1890e17f634b695d19bb7d07168d.tar.gz
external_llvm-b4f770b68a2f1890e17f634b695d19bb7d07168d.tar.bz2
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/SystemZ')
-rw-r--r--lib/Target/SystemZ/AsmPrinter/Makefile2
-rw-r--r--lib/Target/SystemZ/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/SystemZ/AsmPrinter/Makefile b/lib/Target/SystemZ/AsmPrinter/Makefile
index 0699883..9a350df 100644
--- a/lib/Target/SystemZ/AsmPrinter/Makefile
+++ b/lib/Target/SystemZ/AsmPrinter/Makefile
@@ -1,4 +1,4 @@
-##===- lib/Target/SystemZ/Makefile ------------- -----------*- Makefile -*-===##
+##===- lib/Target/SystemZ/AsmPrinter/Makefile --------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
diff --git a/lib/Target/SystemZ/CMakeLists.txt b/lib/Target/SystemZ/CMakeLists.txt
index ccde934..81e51d8 100644
--- a/lib/Target/SystemZ/CMakeLists.txt
+++ b/lib/Target/SystemZ/CMakeLists.txt
@@ -14,9 +14,9 @@ add_llvm_target(SystemZCodeGen
SystemZISelDAGToDAG.cpp
SystemZISelLowering.cpp
SystemZInstrInfo.cpp
+ SystemZMCAsmInfo.cpp
SystemZRegisterInfo.cpp
SystemZSubtarget.cpp
- SystemZMCAsmInfo.cpp
SystemZTargetMachine.cpp
)