blob: 34a993214e92cdc67e59cd63624b723e174c89e5 [file] [log] [blame]
Dan Gohman2d65d352009-08-25 15:38:29 +00001; RUN: llvm-as %s -o /dev/null
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()