diff options
Diffstat (limited to 'test/CodeGen/MBlaze')
-rw-r--r-- | test/CodeGen/MBlaze/brind.ll | 2 | ||||
-rw-r--r-- | test/CodeGen/MBlaze/callind.ll | 12 | ||||
-rw-r--r-- | test/CodeGen/MBlaze/cc.ll | 30 | ||||
-rw-r--r-- | test/CodeGen/MBlaze/div.ll | 12 | ||||
-rw-r--r-- | test/CodeGen/MBlaze/fpu.ll | 16 | ||||
-rw-r--r-- | test/CodeGen/MBlaze/fsl.ll | 8 | ||||
-rw-r--r-- | test/CodeGen/MBlaze/imm.ll | 24 | ||||
-rw-r--r-- | test/CodeGen/MBlaze/intr.ll | 2 | ||||
-rw-r--r-- | test/CodeGen/MBlaze/jumptable.ll | 2 | ||||
-rw-r--r-- | test/CodeGen/MBlaze/loop.ll | 2 | ||||
-rw-r--r-- | test/CodeGen/MBlaze/mul.ll | 12 | ||||
-rw-r--r-- | test/CodeGen/MBlaze/mul64.ll | 4 | ||||
-rw-r--r-- | test/CodeGen/MBlaze/select.ll | 2 | ||||
-rw-r--r-- | test/CodeGen/MBlaze/shift.ll | 24 | ||||
-rw-r--r-- | test/CodeGen/MBlaze/svol.ll | 4 |
15 files changed, 78 insertions, 78 deletions
diff --git a/test/CodeGen/MBlaze/brind.ll b/test/CodeGen/MBlaze/brind.ll index 2229a87..8aa1ae9 100644 --- a/test/CodeGen/MBlaze/brind.ll +++ b/test/CodeGen/MBlaze/brind.ll @@ -15,7 +15,7 @@ declare i32 @printf(i8*, ...) define i32 @brind(i32 %a, i32 %b) { - ; CHECK: brind: + ; CHECK-LABEL: brind: entry: br label %loop diff --git a/test/CodeGen/MBlaze/callind.ll b/test/CodeGen/MBlaze/callind.ll index bfc8d00..8265a6e 100644 --- a/test/CodeGen/MBlaze/callind.ll +++ b/test/CodeGen/MBlaze/callind.ll @@ -15,7 +15,7 @@ declare i32 @printf(i8*, ...) define i32 @doadd(i32 %a, i32 %b) { - ; CHECK: doadd: + ; CHECK-LABEL: doadd: %tmp.0 = add i32 %a, %b ret i32 %tmp.0 ; CHECK: rtsd @@ -23,7 +23,7 @@ define i32 @doadd(i32 %a, i32 %b) define i32 @dosub(i32 %a, i32 %b) { - ; CHECK: dosub: + ; CHECK-LABEL: dosub: %tmp.0 = sub i32 %a, %b ret i32 %tmp.0 ; CHECK: rtsd @@ -31,7 +31,7 @@ define i32 @dosub(i32 %a, i32 %b) define i32 @domul(i32 %a, i32 %b) { - ; CHECK: domul: + ; CHECK-LABEL: domul: %tmp.0 = mul i32 %a, %b ret i32 %tmp.0 ; CHECK: rtsd @@ -39,7 +39,7 @@ define i32 @domul(i32 %a, i32 %b) define i32 @dodiv(i32 %a, i32 %b) { - ; CHECK: dodiv: + ; CHECK-LABEL: dodiv: %tmp.0 = sdiv i32 %a, %b ret i32 %tmp.0 ; CHECK: rtsd @@ -47,7 +47,7 @@ define i32 @dodiv(i32 %a, i32 %b) define i32 @dorem(i32 %a, i32 %b) { - ; CHECK: dorem: + ; CHECK-LABEL: dorem: %tmp.0 = srem i32 %a, %b ret i32 %tmp.0 ; CHECK: rtsd @@ -55,7 +55,7 @@ define i32 @dorem(i32 %a, i32 %b) define i32 @callind(i32 %a, i32 %b) { - ; CHECK: callind: + ; CHECK-LABEL: callind: entry: br label %loop diff --git a/test/CodeGen/MBlaze/cc.ll b/test/CodeGen/MBlaze/cc.ll index 827fd32..e12f3b4 100644 --- a/test/CodeGen/MBlaze/cc.ll +++ b/test/CodeGen/MBlaze/cc.ll @@ -10,7 +10,7 @@ declare i32 @printf(i8*, ...) @MSG = internal constant [13 x i8] c"Message: %d\0A\00" define void @params0_noret() { - ; CHECK: params0_noret: + ; CHECK-LABEL: params0_noret: ret void ; CHECK-NOT: {{.* r3, .*, .*}} ; CHECK-NOT: {{.* r4, .*, .*}} @@ -18,7 +18,7 @@ define void @params0_noret() { } define i8 @params0_8bitret() { - ; CHECK: params0_8bitret: + ; CHECK-LABEL: params0_8bitret: ret i8 1 ; CHECK-NOT: {{.* r3, .*, .*}} ; CHECK-NOT: {{.* r4, .*, .*}} @@ -27,7 +27,7 @@ define i8 @params0_8bitret() { } define i16 @params0_16bitret() { - ; CHECK: params0_16bitret: + ; CHECK-LABEL: params0_16bitret: ret i16 1 ; CHECK: rtsd ; CHECK: {{.* r3, r0, 1}} @@ -35,7 +35,7 @@ define i16 @params0_16bitret() { } define i32 @params0_32bitret() { - ; CHECK: params0_32bitret: + ; CHECK-LABEL: params0_32bitret: ret i32 1 ; CHECK-NOT: {{.* r4, .*, .*}} ; CHECK: rtsd @@ -43,7 +43,7 @@ define i32 @params0_32bitret() { } define i64 @params0_64bitret() { - ; CHECK: params0_64bitret: + ; CHECK-LABEL: params0_64bitret: ret i64 1 ; CHECK: {{.* r3, r0, .*}} ; CHECK: rtsd @@ -51,7 +51,7 @@ define i64 @params0_64bitret() { } define i32 @params1_32bitret(i32 %a) { - ; CHECK: params1_32bitret: + ; CHECK-LABEL: params1_32bitret: ret i32 %a ; CHECK-NOT: {{.* r3, .*, .*}} ; CHECK-NOT: {{.* r4, .*, .*}} @@ -60,7 +60,7 @@ define i32 @params1_32bitret(i32 %a) { } define i32 @params2_32bitret(i32 %a, i32 %b) { - ; CHECK: params2_32bitret: + ; CHECK-LABEL: params2_32bitret: ret i32 %b ; CHECK-NOT: {{.* r3, .*, .*}} ; CHECK-NOT: {{.* r4, .*, .*}} @@ -69,7 +69,7 @@ define i32 @params2_32bitret(i32 %a, i32 %b) { } define i32 @params3_32bitret(i32 %a, i32 %b, i32 %c) { - ; CHECK: params3_32bitret: + ; CHECK-LABEL: params3_32bitret: ret i32 %c ; CHECK-NOT: {{.* r3, .*, .*}} ; CHECK-NOT: {{.* r4, .*, .*}} @@ -78,7 +78,7 @@ define i32 @params3_32bitret(i32 %a, i32 %b, i32 %c) { } define i32 @params4_32bitret(i32 %a, i32 %b, i32 %c, i32 %d) { - ; CHECK: params4_32bitret: + ; CHECK-LABEL: params4_32bitret: ret i32 %d ; CHECK-NOT: {{.* r3, .*, .*}} ; CHECK-NOT: {{.* r4, .*, .*}} @@ -87,7 +87,7 @@ define i32 @params4_32bitret(i32 %a, i32 %b, i32 %c, i32 %d) { } define i32 @params5_32bitret(i32 %a, i32 %b, i32 %c, i32 %d, i32 %e) { - ; CHECK: params5_32bitret: + ; CHECK-LABEL: params5_32bitret: ret i32 %e ; CHECK-NOT: {{.* r3, .*, .*}} ; CHECK-NOT: {{.* r4, .*, .*}} @@ -96,7 +96,7 @@ define i32 @params5_32bitret(i32 %a, i32 %b, i32 %c, i32 %d, i32 %e) { } define i32 @params6_32bitret(i32 %a, i32 %b, i32 %c, i32 %d, i32 %e, i32 %f) { - ; CHECK: params6_32bitret: + ; CHECK-LABEL: params6_32bitret: ret i32 %f ; CHECK-NOT: {{.* r3, .*, .*}} ; CHECK-NOT: {{.* r4, .*, .*}} @@ -106,7 +106,7 @@ define i32 @params6_32bitret(i32 %a, i32 %b, i32 %c, i32 %d, i32 %e, i32 %f) { define i32 @params7_32bitret(i32 %a, i32 %b, i32 %c, i32 %d, i32 %e, i32 %f, i32 %g) { - ; CHECK: params7_32bitret: + ; CHECK-LABEL: params7_32bitret: ret i32 %g ; CHECK: {{lwi? r3, r1, 32}} ; CHECK-NOT: {{.* r4, .*, .*}} @@ -115,7 +115,7 @@ define i32 @params7_32bitret(i32 %a, i32 %b, i32 %c, i32 %d, i32 %e, i32 %f, define i32 @params8_32bitret(i32 %a, i32 %b, i32 %c, i32 %d, i32 %e, i32 %f, i32 %g, i32 %h) { - ; CHECK: params8_32bitret: + ; CHECK-LABEL: params8_32bitret: ret i32 %h ; CHECK: {{lwi? r3, r1, 36}} ; CHECK-NOT: {{.* r4, .*, .*}} @@ -124,7 +124,7 @@ define i32 @params8_32bitret(i32 %a, i32 %b, i32 %c, i32 %d, i32 %e, i32 %f, define i32 @params9_32bitret(i32 %a, i32 %b, i32 %c, i32 %d, i32 %e, i32 %f, i32 %g, i32 %h, i32 %i) { - ; CHECK: params9_32bitret: + ; CHECK-LABEL: params9_32bitret: ret i32 %i ; CHECK: {{lwi? r3, r1, 40}} ; CHECK-NOT: {{.* r4, .*, .*}} @@ -133,7 +133,7 @@ define i32 @params9_32bitret(i32 %a, i32 %b, i32 %c, i32 %d, i32 %e, i32 %f, define i32 @params10_32bitret(i32 %a, i32 %b, i32 %c, i32 %d, i32 %e, i32 %f, i32 %g, i32 %h, i32 %i, i32 %j) { - ; CHECK: params10_32bitret: + ; CHECK-LABEL: params10_32bitret: ret i32 %j ; CHECK: {{lwi? r3, r1, 44}} ; CHECK-NOT: {{.* r4, .*, .*}} diff --git a/test/CodeGen/MBlaze/div.ll b/test/CodeGen/MBlaze/div.ll index 621784a..60753aa 100644 --- a/test/CodeGen/MBlaze/div.ll +++ b/test/CodeGen/MBlaze/div.ll @@ -6,8 +6,8 @@ ; RUN: llc < %s -march=mblaze -mattr=+div | FileCheck -check-prefix=DIV %s define i8 @test_i8(i8 %a, i8 %b) { - ; FUN: test_i8: - ; DIV: test_i8: + ; FUN-LABEL: test_i8: + ; DIV-LABEL: test_i8: %tmp.1 = udiv i8 %a, %b ; FUN-NOT: idiv @@ -29,8 +29,8 @@ define i8 @test_i8(i8 %a, i8 %b) { } define i16 @test_i16(i16 %a, i16 %b) { - ; FUN: test_i16: - ; DIV: test_i16: + ; FUN-LABEL: test_i16: + ; DIV-LABEL: test_i16: %tmp.1 = udiv i16 %a, %b ; FUN-NOT: idiv @@ -52,8 +52,8 @@ define i16 @test_i16(i16 %a, i16 %b) { } define i32 @test_i32(i32 %a, i32 %b) { - ; FUN: test_i32: - ; DIV: test_i32: + ; FUN-LABEL: test_i32: + ; DIV-LABEL: test_i32: %tmp.1 = udiv i32 %a, %b ; FUN-NOT: idiv diff --git a/test/CodeGen/MBlaze/fpu.ll b/test/CodeGen/MBlaze/fpu.ll index 2aef4fd..5078d7d 100644 --- a/test/CodeGen/MBlaze/fpu.ll +++ b/test/CodeGen/MBlaze/fpu.ll @@ -6,8 +6,8 @@ ; RUN: llc < %s -march=mblaze -mattr=+fpu | FileCheck -check-prefix=FPU %s define float @test_add(float %a, float %b) { - ; FUN: test_add: - ; FPU: test_add: + ; FUN-LABEL: test_add: + ; FPU-LABEL: test_add: %tmp.1 = fadd float %a, %b ; FUN: brlid @@ -21,8 +21,8 @@ define float @test_add(float %a, float %b) { } define float @test_sub(float %a, float %b) { - ; FUN: test_sub: - ; FPU: test_sub: + ; FUN-LABEL: test_sub: + ; FPU-LABEL: test_sub: %tmp.1 = fsub float %a, %b ; FUN: brlid @@ -36,8 +36,8 @@ define float @test_sub(float %a, float %b) { } define float @test_mul(float %a, float %b) { - ; FUN: test_mul: - ; FPU: test_mul: + ; FUN-LABEL: test_mul: + ; FPU-LABEL: test_mul: %tmp.1 = fmul float %a, %b ; FUN: brlid @@ -51,8 +51,8 @@ define float @test_mul(float %a, float %b) { } define float @test_div(float %a, float %b) { - ; FUN: test_div: - ; FPU: test_div: + ; FUN-LABEL: test_div: + ; FPU-LABEL: test_div: %tmp.1 = fdiv float %a, %b ; FUN: brlid diff --git a/test/CodeGen/MBlaze/fsl.ll b/test/CodeGen/MBlaze/fsl.ll index 5444f82..936e6cf 100644 --- a/test/CodeGen/MBlaze/fsl.ll +++ b/test/CodeGen/MBlaze/fsl.ll @@ -56,7 +56,7 @@ declare void @llvm.mblaze.fsl.tncput(i32 %port) declare void @llvm.mblaze.fsl.tncaput(i32 %port) define void @fsl_get(i32 %port) { - ; CHECK: fsl_get: + ; CHECK-LABEL: fsl_get: %v0 = call i32 @llvm.mblaze.fsl.get(i32 %port) ; CHECK: getd %v1 = call i32 @llvm.mblaze.fsl.aget(i32 %port) @@ -126,7 +126,7 @@ define void @fsl_get(i32 %port) { } define void @fslc_get() { - ; CHECK: fslc_get: + ; CHECK-LABEL: fslc_get: %v0 = call i32 @llvm.mblaze.fsl.get(i32 1) ; CHECK: get %v1 = call i32 @llvm.mblaze.fsl.aget(i32 1) @@ -227,7 +227,7 @@ define void @fslc_get() { } define void @putfsl(i32 %value, i32 %port) { - ; CHECK: putfsl: + ; CHECK-LABEL: putfsl: call void @llvm.mblaze.fsl.put(i32 %value, i32 %port) ; CHECK: putd call void @llvm.mblaze.fsl.aput(i32 %value, i32 %port) @@ -265,7 +265,7 @@ define void @putfsl(i32 %value, i32 %port) { } define void @putfsl_const(i32 %value) { - ; CHECK: putfsl_const: + ; CHECK-LABEL: putfsl_const: call void @llvm.mblaze.fsl.put(i32 %value, i32 1) ; CHECK-NOT: putd ; CHECK: put diff --git a/test/CodeGen/MBlaze/imm.ll b/test/CodeGen/MBlaze/imm.ll index 6effd3e..406b659 100644 --- a/test/CodeGen/MBlaze/imm.ll +++ b/test/CodeGen/MBlaze/imm.ll @@ -6,41 +6,41 @@ ; RUN: llc < %s -march=mblaze -mattr=+fpu | FileCheck -check-prefix=FPU %s define i8 @retimm_i8() { - ; CHECK: retimm_i8: + ; CHECK-LABEL: retimm_i8: ; CHECK: rtsd ; CHECK-NEXT: add - ; FPU: retimm_i8: + ; FPU-LABEL: retimm_i8: ; FPU: rtsd ; FPU-NEXT: add ret i8 123 } define i16 @retimm_i16() { - ; CHECK: retimm_i16: + ; CHECK-LABEL: retimm_i16: ; CHECK: rtsd ; CHECK-NEXT: add - ; FPU: retimm_i16: + ; FPU-LABEL: retimm_i16: ; FPU: rtsd ; FPU-NEXT: add ret i16 31212 } define i32 @retimm_i32() { - ; CHECK: retimm_i32: + ; CHECK-LABEL: retimm_i32: ; CHECK: add ; CHECK-NEXT: rtsd - ; FPU: retimm_i32: + ; FPU-LABEL: retimm_i32: ; FPU: add ; FPU-NEXT: rtsd ret i32 2938128 } define i64 @retimm_i64() { - ; CHECK: retimm_i64: + ; CHECK-LABEL: retimm_i64: ; CHECK: add ; CHECK-NEXT: rtsd ; CHECK-NEXT: add - ; FPU: retimm_i64: + ; FPU-LABEL: retimm_i64: ; FPU: add ; FPU-NEXT: rtsd ; FPU-NEXT: add @@ -48,21 +48,21 @@ define i64 @retimm_i64() { } define float @retimm_float() { - ; CHECK: retimm_float: + ; CHECK-LABEL: retimm_float: ; CHECK: add ; CHECK-NEXT: rtsd - ; FPU: retimm_float: + ; FPU-LABEL: retimm_float: ; FPU: or ; FPU-NEXT: rtsd ret float 12.0 } define double @retimm_double() { - ; CHECK: retimm_double: + ; CHECK-LABEL: retimm_double: ; CHECK: add ; CHECK-NEXT: add ; CHECK-NEXT: rtsd - ; FPU: retimm_double: + ; FPU-LABEL: retimm_double: ; FPU: add ; FPU-NEXT: add ; FPU-NEXT: rtsd diff --git a/test/CodeGen/MBlaze/intr.ll b/test/CodeGen/MBlaze/intr.ll index 79c6bff..fb2c66e 100644 --- a/test/CodeGen/MBlaze/intr.ll +++ b/test/CodeGen/MBlaze/intr.ll @@ -7,7 +7,7 @@ @_interrupt_handler = alias void ()* @myintr define cc73 void @myintr() nounwind noinline { - ; CHECK: myintr: + ; CHECK-LABEL: myintr: ; CHECK: swi r3, r1 ; CHECK: swi r4, r1 ; CHECK: swi r5, r1 diff --git a/test/CodeGen/MBlaze/jumptable.ll b/test/CodeGen/MBlaze/jumptable.ll index 299084d..81b85c9 100644 --- a/test/CodeGen/MBlaze/jumptable.ll +++ b/test/CodeGen/MBlaze/jumptable.ll @@ -6,7 +6,7 @@ define i32 @jmptable(i32 %arg) { - ; CHECK: jmptable: + ; CHECK-LABEL: jmptable: switch i32 %arg, label %DEFAULT [ i32 0, label %L0 i32 1, label %L1 i32 2, label %L2 diff --git a/test/CodeGen/MBlaze/loop.ll b/test/CodeGen/MBlaze/loop.ll index 7439d0b..966a0fc 100644 --- a/test/CodeGen/MBlaze/loop.ll +++ b/test/CodeGen/MBlaze/loop.ll @@ -9,7 +9,7 @@ declare i32 @printf(i8*, ...) define i32 @loop(i32 %a, i32 %b) { - ; CHECK: loop: + ; CHECK-LABEL: loop: entry: br label %loop_outer diff --git a/test/CodeGen/MBlaze/mul.ll b/test/CodeGen/MBlaze/mul.ll index cefdb8d..c09d430 100644 --- a/test/CodeGen/MBlaze/mul.ll +++ b/test/CodeGen/MBlaze/mul.ll @@ -6,8 +6,8 @@ ; RUN: llc < %s -march=mblaze -mattr=+mul | FileCheck -check-prefix=MUL %s define i8 @test_i8(i8 %a, i8 %b) { - ; FUN: test_i8: - ; MUL: test_i8: + ; FUN-LABEL: test_i8: + ; MUL-LABEL: test_i8: %tmp.1 = mul i8 %a, %b ; FUN-NOT: mul @@ -21,8 +21,8 @@ define i8 @test_i8(i8 %a, i8 %b) { } define i16 @test_i16(i16 %a, i16 %b) { - ; FUN: test_i16: - ; MUL: test_i16: + ; FUN-LABEL: test_i16: + ; MUL-LABEL: test_i16: %tmp.1 = mul i16 %a, %b ; FUN-NOT: mul @@ -36,8 +36,8 @@ define i16 @test_i16(i16 %a, i16 %b) { } define i32 @test_i32(i32 %a, i32 %b) { - ; FUN: test_i32: - ; MUL: test_i32: + ; FUN-LABEL: test_i32: + ; MUL-LABEL: test_i32: %tmp.1 = mul i32 %a, %b ; FUN-NOT: mul diff --git a/test/CodeGen/MBlaze/mul64.ll b/test/CodeGen/MBlaze/mul64.ll index e0ef413..60ccf04 100644 --- a/test/CodeGen/MBlaze/mul64.ll +++ b/test/CodeGen/MBlaze/mul64.ll @@ -7,8 +7,8 @@ ; RUN: FileCheck -check-prefix=MUL %s define i64 @test_i64(i64 %a, i64 %b) { - ; FUN: test_i64: - ; MUL: test_i64: + ; FUN-LABEL: test_i64: + ; MUL-LABEL: test_i64: %tmp.1 = mul i64 %a, %b ; FUN-NOT: mul diff --git a/test/CodeGen/MBlaze/select.ll b/test/CodeGen/MBlaze/select.ll index 47a88a1..c4bdbc4 100644 --- a/test/CodeGen/MBlaze/select.ll +++ b/test/CodeGen/MBlaze/select.ll @@ -5,7 +5,7 @@ define i32 @testsel(i32 %a, i32 %b) { - ; CHECK: testsel: + ; CHECK-LABEL: testsel: %tmp.1 = icmp eq i32 %a, %b ; CHECK: cmp %tmp.2 = select i1 %tmp.1, i32 %a, i32 %b diff --git a/test/CodeGen/MBlaze/shift.ll b/test/CodeGen/MBlaze/shift.ll index 99f0519..c1c890d 100644 --- a/test/CodeGen/MBlaze/shift.ll +++ b/test/CodeGen/MBlaze/shift.ll @@ -6,8 +6,8 @@ ; RUN: llc < %s -march=mblaze -mattr=+barrel | FileCheck -check-prefix=SHT %s define i8 @test_i8(i8 %a, i8 %b) { - ; FUN: test_i8: - ; SHT: test_i8: + ; FUN-LABEL: test_i8: + ; SHT-LABEL: test_i8: %tmp.1 = shl i8 %a, %b ; FUN: andi @@ -23,8 +23,8 @@ define i8 @test_i8(i8 %a, i8 %b) { } define i8 @testc_i8(i8 %a, i8 %b) { - ; FUN: testc_i8: - ; SHT: testc_i8: + ; FUN-LABEL: testc_i8: + ; SHT-LABEL: testc_i8: %tmp.1 = shl i8 %a, 5 ; FUN: andi @@ -42,8 +42,8 @@ define i8 @testc_i8(i8 %a, i8 %b) { } define i16 @test_i16(i16 %a, i16 %b) { - ; FUN: test_i16: - ; SHT: test_i16: + ; FUN-LABEL: test_i16: + ; SHT-LABEL: test_i16: %tmp.1 = shl i16 %a, %b ; FUN: andi @@ -59,8 +59,8 @@ define i16 @test_i16(i16 %a, i16 %b) { } define i16 @testc_i16(i16 %a, i16 %b) { - ; FUN: testc_i16: - ; SHT: testc_i16: + ; FUN-LABEL: testc_i16: + ; SHT-LABEL: testc_i16: %tmp.1 = shl i16 %a, 5 ; FUN: andi @@ -78,8 +78,8 @@ define i16 @testc_i16(i16 %a, i16 %b) { } define i32 @test_i32(i32 %a, i32 %b) { - ; FUN: test_i32: - ; SHT: test_i32: + ; FUN-LABEL: test_i32: + ; SHT-LABEL: test_i32: %tmp.1 = shl i32 %a, %b ; FUN: andi @@ -96,8 +96,8 @@ define i32 @test_i32(i32 %a, i32 %b) { } define i32 @testc_i32(i32 %a, i32 %b) { - ; FUN: testc_i32: - ; SHT: testc_i32: + ; FUN-LABEL: testc_i32: + ; SHT-LABEL: testc_i32: %tmp.1 = shl i32 %a, 5 ; FUN: andi diff --git a/test/CodeGen/MBlaze/svol.ll b/test/CodeGen/MBlaze/svol.ll index c1e9620..f5d5464 100644 --- a/test/CodeGen/MBlaze/svol.ll +++ b/test/CodeGen/MBlaze/svol.ll @@ -6,7 +6,7 @@ @.str = private constant [28 x i8] c"The interrupt has gone off\0A\00" define cc74 void @mysvol() nounwind noinline { - ; CHECK: mysvol: + ; CHECK-LABEL: mysvol: ; CHECK: swi r3, r1 ; CHECK: swi r4, r1 ; CHECK: swi r5, r1 @@ -41,7 +41,7 @@ define cc74 void @mysvol() nounwind noinline { } define cc74 void @mysvol2() nounwind noinline { - ; CHECK: mysvol2: + ; CHECK-LABEL: mysvol2: ; CHECK-NOT: swi r3, r1 ; CHECK-NOT: swi r4, r1 ; CHECK-NOT: swi r5, r1 |