From 1fd051bfe8f4013f1bd973b28fd2b3f23ad7b7a5 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. llvm-svn: 220447 --- llvm/test/MC/Mips/nacl-mask.s | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/llvm/test/MC/Mips/nacl-mask.s b/llvm/test/MC/Mips/nacl-mask.s index 22286ac..c776460 100644 --- a/llvm/test/MC/Mips/nacl-mask.s +++ b/llvm/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) -- 2.7.4