1 ; RUN: llc < %s -mtriple=i686-pc-win32 | FileCheck %s
3 ; Allocas with unknown size in the entry block are dynamic.
4 define void @foo(i32 %n) {
5 %m = alloca i32, i32 %n
9 ; CHECK: calll __chkstk
12 ; Use of inalloca implies that that the alloca is not static.
14 %m = alloca inalloca i32