blob: 34a993214e92cdc67e59cd63624b723e174c89e5 [file] [log] [blame]
Dan Gohmanfea1dd02009-08-25 15:38:29 +00001; RUN: llvm-as %s -o /dev/null
Chris Lattnera20021b2002-10-08 22:35:04 +00002; This testcase comes from the following really simple c file:
Tanya Lattner6e9bcee2008-02-14 07:57:12 +00003;; int foo[30000]
4;;; We should not be soo slow for such a simple case!
Chris Lattnera20021b2002-10-08 22:35:04 +00005
Tanya Lattner6e9bcee2008-02-14 07:57:12 +00006@foo = global [30000 x i32] zeroinitializer ; <[30000 x i32]*> [#uses=0]
Chris Lattnera20021b2002-10-08 22:35:04 +00007
Tanya Lattner6e9bcee2008-02-14 07:57:12 +00008declare void @__main()