279aa8f685
Former-commit-id: 0c7ce5b1a7851e13f22acfd379b7f9fb304e4833
6 lines
236 B
LLVM
6 lines
236 B
LLVM
; RUN: llvm-dis < %s.bc| FileCheck %s
|
|
; RUN: verify-uselistorder < %s.bc
|
|
|
|
; Global constructors should no longer be upgraded when reading bitcode.
|
|
; CHECK: @llvm.global_ctors = appending global [0 x { i32, void ()* }] zeroinitializer
|