[llvm] r372133 - [ARM] Fixup pipeline test. NFC
David Green via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 17 08:25:25 PDT 2019
Author: dmgreen
Date: Tue Sep 17 08:25:24 2019
New Revision: 372133
URL: http://llvm.org/viewvc/llvm-project?rev=372133&view=rev
Log:
[ARM] Fixup pipeline test. NFC
Modified:
llvm/trunk/test/CodeGen/ARM/O3-pipeline.ll
Modified: llvm/trunk/test/CodeGen/ARM/O3-pipeline.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/ARM/O3-pipeline.ll?rev=372133&r1=372132&r2=372133&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/ARM/O3-pipeline.ll (original)
+++ llvm/trunk/test/CodeGen/ARM/O3-pipeline.ll Tue Sep 17 08:25:24 2019
@@ -145,6 +145,7 @@
; CHECK-NEXT: optimise barriers pass
; CHECK-NEXT: MachineDominator Tree Construction
; CHECK-NEXT: ARM constant island placement and branch shortening pass
+; CHECK-NEXT: MachineDominator Tree Construction
; CHECK-NEXT: Machine Natural Loop Construction
; CHECK-NEXT: ARM Low Overhead Loops pass
; CHECK-NEXT: Contiguously Lay Out Funclets
More information about the llvm-commits
mailing list