Skip to content

Commit bca56ab

Browse files
committed
[SystemZ] Fix CMakeLists.txt for alphabetical order (NFC).
llvm-svn: 362869
1 parent fdc4ea3 commit bca56ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/SystemZ/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ add_llvm_target(SystemZCodeGen
2828
SystemZMachineFunctionInfo.cpp
2929
SystemZMachineScheduler.cpp
3030
SystemZMCInstLower.cpp
31+
SystemZPostRewrite.cpp
3132
SystemZRegisterInfo.cpp
3233
SystemZSelectionDAGInfo.cpp
33-
SystemZPostRewrite.cpp
3434
SystemZShortenInst.cpp
3535
SystemZSubtarget.cpp
3636
SystemZTargetMachine.cpp

0 commit comments

Comments
 (0)