aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/MSP430/2009-11-05-8BitLibcalls.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/MSP430/2009-11-05-8BitLibcalls.ll')
-rw-r--r--test/CodeGen/MSP430/2009-11-05-8BitLibcalls.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/MSP430/2009-11-05-8BitLibcalls.ll b/test/CodeGen/MSP430/2009-11-05-8BitLibcalls.ll
index 94fe5c7..dce9d25 100644
--- a/test/CodeGen/MSP430/2009-11-05-8BitLibcalls.ll
+++ b/test/CodeGen/MSP430/2009-11-05-8BitLibcalls.ll
@@ -7,7 +7,7 @@ target triple = "msp430-elf"
define signext i8 @foo(i8 signext %_si1, i8 signext %_si2) nounwind readnone {
entry:
-; CHECK: foo:
+; CHECK-LABEL: foo:
; CHECK: call #__mulqi3
%mul = mul i8 %_si2, %_si1 ; <i8> [#uses=1]
ret i8 %mul