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