brintos

brintos / llvm-project-archived public Read only

0
0
Text · 398 B · ca2a7aa Raw
15 lines · plain
1; RUN: llc < %s -mtriple=armv6-apple-darwin102; <rdar://problem/8782198>3target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:32:64-v128:32:128-a0:0:64-n32"4target triple = "armv6-apple-darwin10"5 6define void @func() nounwind optsize {7entry:8  %buf = alloca [8096 x i8], align 19  br label %bb10 11bb:12  store i8 undef, ptr %buf, align 113  ret void14}15