From cb48b7a40022af78c9dbf1e3c59b09aef4e8f4ad Mon Sep 17 00:00:00 2001 From: Jonas Paulsson Date: Sat, 8 Jun 2019 06:42:02 +0000 Subject: [PATCH] [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 --- lib/Target/SystemZ/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1