summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2011-10-30-padd.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/2011-10-30-padd.ll')
-rw-r--r--test/CodeGen/X86/2011-10-30-padd.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/2011-10-30-padd.ll b/test/CodeGen/X86/2011-10-30-padd.ll
index 180ca15a0ee20..1b8c12bc8e381 100644
--- a/test/CodeGen/X86/2011-10-30-padd.ll
+++ b/test/CodeGen/X86/2011-10-30-padd.ll
@@ -1,6 +1,6 @@
; RUN: llc < %s -march=x86 -mcpu=corei7 | FileCheck %s
-;CHECK: addXX_test
+;CHECK-LABEL: addXX_test:
;CHECK: padd
;CHECK: ret
@@ -10,7 +10,7 @@ define <16 x i8> @addXX_test(<16 x i8> %a) {
ret <16 x i8> %b
}
-;CHECK: instcombine_test
+;CHECK-LABEL: instcombine_test:
;CHECK: padd
;CHECK: ret
define <16 x i8> @instcombine_test(<16 x i8> %a) {