blob: 2c4cba412b1eecf080dbd681392cb7d80c2151ea [file] [log] [blame]
Gabor Greifd01c5622008-05-20 22:07:21 +00001; RUN: llvm-as %s -o /dev/null -f
Chris Lattner091c3ad2002-10-08 22:35:04 +00002; This testcase comes from the following really simple c file:
Tanya Lattner5429dbf2008-02-14 07:57:12 +00003;; int foo[30000]
4;;; We should not be soo slow for such a simple case!
Chris Lattner091c3ad2002-10-08 22:35:04 +00005
Tanya Lattner5429dbf2008-02-14 07:57:12 +00006@foo = global [30000 x i32] zeroinitializer ; <[30000 x i32]*> [#uses=0]
Chris Lattner091c3ad2002-10-08 22:35:04 +00007
Tanya Lattner5429dbf2008-02-14 07:57:12 +00008declare void @__main()