1*9880d681SAndroid Build Coastguard Worker; RUN: llvm-as %s -o /dev/null 2*9880d681SAndroid Build Coastguard Worker; RUN: verify-uselistorder %s 3*9880d681SAndroid Build Coastguard Worker; This testcase comes from the following really simple c file: 4*9880d681SAndroid Build Coastguard Worker;; int foo[30000] 5*9880d681SAndroid Build Coastguard Worker;;; We should not be soo slow for such a simple case! 6*9880d681SAndroid Build Coastguard Worker 7*9880d681SAndroid Build Coastguard Worker@foo = global [30000 x i32] zeroinitializer ; <[30000 x i32]*> [#uses=0] 8*9880d681SAndroid Build Coastguard Worker 9*9880d681SAndroid Build Coastguard Workerdeclare void @__main() 10