LegalizeDAG: Fix and improve FCOPYSIGN/FABS legalization
[oota-llvm.git] / test / Linker / global_ctors.ll
index 541f0d4f91bb6ee8262599efed8f5360406d303b..49df81a00759482507c26a97c48643bbb868ca75 100644 (file)
@@ -1,5 +1,6 @@
 ; RUN: llvm-as %s -o %t.new.bc
 ; RUN: llvm-link %t.new.bc %S/Inputs/old_global_ctors.3.4.bc | llvm-dis | FileCheck %s
+; RUN: llvm-link %S/Inputs/old_global_ctors.3.4.bc %t.new.bc | llvm-dis | FileCheck %s
 
 ; old_global_ctors.3.4.bc contains the following LLVM IL, assembled into
 ; bitcode by llvm-as from 3.4.  It uses a two element @llvm.global_ctors array.