2009-08-25 23:38:29 +08:00
|
|
|
; RUN: llvm-as %s -o /dev/null
|
2014-08-20 05:08:27 +08:00
|
|
|
; RUN: verify-uselistorder %s
|
2002-10-09 06:35:04 +08:00
|
|
|
; This testcase comes from the following really simple c file:
|
2008-02-14 15:57:12 +08:00
|
|
|
;; int foo[30000]
|
|
|
|
;;; We should not be soo slow for such a simple case!
|
2002-10-09 06:35:04 +08:00
|
|
|
|
2008-02-14 15:57:12 +08:00
|
|
|
@foo = global [30000 x i32] zeroinitializer ; <[30000 x i32]*> [#uses=0]
|
2002-10-09 06:35:04 +08:00
|
|
|
|
2008-02-14 15:57:12 +08:00
|
|
|
declare void @__main()
|