llvm-mirror/test/Assembler/2002-10-08-LargeArrayPerformance.ll

9 lines
270 B
LLVM
Raw Normal View History

2008-02-14 07:57:12 +00:00
; RUN: llvm-as < %s -o /dev/null -f
; This testcase comes from the following really simple c file:
2008-02-14 07:57:12 +00:00
;; int foo[30000]
;;; We should not be soo slow for such a simple case!
2008-02-14 07:57:12 +00:00
@foo = global [30000 x i32] zeroinitializer ; <[30000 x i32]*> [#uses=0]
2008-02-14 07:57:12 +00:00
declare void @__main()