diff options
| author | Jonas Paulsson <paulsson@linux.vnet.ibm.com> | 2019-06-08 06:42:02 +0000 |
|---|---|---|
| committer | Jonas Paulsson <paulsson@linux.vnet.ibm.com> | 2019-06-08 06:42:02 +0000 |
| commit | bca56ab073a00cdec8e0995e3119baf25cf775b8 (patch) | |
| tree | 3f5cae0564a2fe2164ed8055a9a0d8a77f4d627e /llvm/lib | |
| parent | fdc4ea34e326fd1e1b161bcdaf9485c9863a5b5e (diff) | |
| download | bcm5719-llvm-bca56ab073a00cdec8e0995e3119baf25cf775b8.tar.gz bcm5719-llvm-bca56ab073a00cdec8e0995e3119baf25cf775b8.zip | |
[SystemZ] Fix CMakeLists.txt for alphabetical order (NFC).
llvm-svn: 362869
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Target/SystemZ/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/SystemZ/CMakeLists.txt b/llvm/lib/Target/SystemZ/CMakeLists.txt index 51c5a68e08e..585fb67f96f 100644 --- a/llvm/lib/Target/SystemZ/CMakeLists.txt +++ b/llvm/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 |

