1 ; RUN: llc < %s -march=xcore | FileCheck %s
5 ; CHECK: bl __misaligned_store
6 define void @align1(i32* %p, i32 %val) nounwind {
8 store i32 %val, i32* %p, align 1
12 ; Half word aligned store.
16 define void @align2(i32* %p, i32 %val) nounwind {
18 store i32 %val, i32* %p, align 2