From 5385df6bba672e254d017027d769e3ed5f4fd003 Mon Sep 17 00:00:00 2001 From: Derek Schuff Date: Wed, 22 Oct 2014 23:32:00 +0000 Subject: [PATCH] Fix Mips nacl-mask test for new bundle-aligned label behavior After r220439 the behavior of labels in bundle-align mode changed, and I neglected to update this test. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@220447 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/MC/Mips/nacl-mask.s | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/test/MC/Mips/nacl-mask.s b/test/MC/Mips/nacl-mask.s index 22286ac7dbb..c77646081f2 100644 --- a/test/MC/Mips/nacl-mask.s +++ b/test/MC/Mips/nacl-mask.s @@ -252,10 +252,10 @@ test5: jalr $t9 addiu $4, $zero, 5 -# CHECK-LABEL: test5: +# CHECK: nop # CHECK-NEXT: nop -# CHECK-NEXT: nop +# CHECK-LABEL: test5: # CHECK-NEXT: jal # CHECK-NEXT: addiu $4, $zero, 1 @@ -301,10 +301,11 @@ test6: jalr $t9 sw $sp, 0($sp) -# CHECK-LABEL: test6: + +# CHECK: nop # CHECK-NEXT: nop -# CHECK-NEXT: nop +# CHECK-LABEL: test6: # CHECK-NEXT: jal # CHECK-NEXT: sw $4, 0($sp)