summaryrefslogtreecommitdiff
path: root/test/CodeGen/XCore/unaligned_store.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/XCore/unaligned_store.ll')
-rw-r--r--test/CodeGen/XCore/unaligned_store.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/XCore/unaligned_store.ll b/test/CodeGen/XCore/unaligned_store.ll
index 94e1852fae..27b428086d 100644
--- a/test/CodeGen/XCore/unaligned_store.ll
+++ b/test/CodeGen/XCore/unaligned_store.ll
@@ -1,7 +1,7 @@
; RUN: llc < %s -march=xcore | FileCheck %s
; Byte aligned store.
-; CHECK: align1:
+; CHECK-LABEL: align1:
; CHECK: bl __misaligned_store
define void @align1(i32* %p, i32 %val) nounwind {
entry: