1 ; RUN: llc < %s | FileCheck %s
3 target datalayout = "e-p:16:16:16-i8:8:8-i16:16:16-i32:16:32-n8:16-a0:16:16"
4 target triple = "msp430---elf"
6 define void @test() #0 {
9 %1 = alloca i8, align 1
10 ; CHECK-NEXT: clr.b 1(r1)
11 store i8 0, i8* %1, align 1
12 ; CHECK-NEXT: add #2, r1
17 attributes #0 = { nounwind "no-frame-pointer-elim"="false" }