[llvm] r364377 - [NFC] Fix buildbot breaks due to r364375

Nemanja Ivanovic via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 25 19:46:04 PDT 2019


Author: nemanjai
Date: Tue Jun 25 19:46:03 2019
New Revision: 364377

URL: http://llvm.org/viewvc/llvm-project?rev=364377&view=rev
Log:
[NFC] Fix buildbot breaks due to r364375

For some reason, the update_llc_checks.py script produces checks for
empty lines which cause failures. Corrected that to check for actual
text produced by llc.

Modified:
    llvm/trunk/test/CodeGen/PowerPC/tocSaveInPrologue.ll

Modified: llvm/trunk/test/CodeGen/PowerPC/tocSaveInPrologue.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/tocSaveInPrologue.ll?rev=364377&r1=364376&r2=364377&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/tocSaveInPrologue.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/tocSaveInPrologue.ll Tue Jun 25 19:46:03 2019
@@ -26,7 +26,7 @@ define dso_local void @test(void (i32)*
 ; CHECK-NEXT:    std r2, 24(r1)
 ; CHECK-NEXT:    .p2align 5
 ; CHECK-NEXT:  .LBB0_2: # %for.body.us
-; CHECK-NEXT:  
+; CHECK-NEXT:  # =>This Inner Loop Header: Depth=1
 ; CHECK-NEXT:    mtctr r30
 ; CHECK-NEXT:    mr r3, r28
 ; CHECK-NEXT:    mr r12, r30




More information about the llvm-commits mailing list