[llvm] 26bf2a5 - Fix for buildbots

Sam Parker via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 3 03:32:05 PST 2019


Author: Sam Parker
Date: 2019-12-03T11:30:38Z
New Revision: 26bf2a510f7904236982f5f9e83835f36917871a

URL: https://github.com/llvm/llvm-project/commit/26bf2a510f7904236982f5f9e83835f36917871a
DIFF: https://github.com/llvm/llvm-project/commit/26bf2a510f7904236982f5f9e83835f36917871a.diff

LOG: Fix for buildbots

Change pass name in pipeline test.

Added: 
    

Modified: 
    llvm/test/CodeGen/ARM/O3-pipeline.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/ARM/O3-pipeline.ll b/llvm/test/CodeGen/ARM/O3-pipeline.ll
index bfe60c4b53ac..3fd35bd1e9d0 100644
--- a/llvm/test/CodeGen/ARM/O3-pipeline.ll
+++ b/llvm/test/CodeGen/ARM/O3-pipeline.ll
@@ -40,7 +40,7 @@
 ; CHECK-NEXT:      Function Alias Analysis Results
 ; CHECK-NEXT:      Transform functions to use DSP intrinsics
 ; CHECK-NEXT:      Interleaved Access Pass
-; CHECK-NEXT:      IR Type Promotion
+; CHECK-NEXT:      Type Promotion
 ; CHECK-NEXT:      Dominator Tree Construction
 ; CHECK-NEXT:      Natural Loop Information
 ; CHECK-NEXT:      CodeGen Prepare


        


More information about the llvm-commits mailing list