From: Jonas Paulsson Date: Sat, 8 Jun 2019 06:42:02 +0000 (+0000) Subject: [SystemZ] Fix CMakeLists.txt for alphabetical order (NFC). X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cb48b7a40022af78c9dbf1e3c59b09aef4e8f4ad;p=llvm [SystemZ] Fix CMakeLists.txt for alphabetical order (NFC). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@362869 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/SystemZ/CMakeLists.txt b/lib/Target/SystemZ/CMakeLists.txt index 51c5a68e08e..585fb67f96f 100644 --- a/lib/Target/SystemZ/CMakeLists.txt +++ b/lib/Target/SystemZ/CMakeLists.txt @@ -28,9 +28,9 @@ add_llvm_target(SystemZCodeGen SystemZMachineFunctionInfo.cpp SystemZMachineScheduler.cpp SystemZMCInstLower.cpp + SystemZPostRewrite.cpp SystemZRegisterInfo.cpp SystemZSelectionDAGInfo.cpp - SystemZPostRewrite.cpp SystemZShortenInst.cpp SystemZSubtarget.cpp SystemZTargetMachine.cpp