mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
New testcase
llvm-svn: 17061
This commit is contained in:
parent
51278a2460
commit
143d44cb1a
18
test/Regression/Transforms/GlobalOpt/undef-init.llx
Normal file
18
test/Regression/Transforms/GlobalOpt/undef-init.llx
Normal file
@ -0,0 +1,18 @@
|
||||
; RUN: llvm-as < %s | opt -globalopt | llvm-dis | not grep store
|
||||
|
||||
%llvm.global_ctors = appending global [1 x { int, void ()* }] [ { int, void ()* } { int 65535, void ()* %_GLOBAL__I__Z3foov } ] ; <[1 x { int, void ()* }]*> [#uses=0]
|
||||
%X.0 = internal global int undef ; <int*> [#uses=2]
|
||||
|
||||
implementation ; Functions:
|
||||
|
||||
int %_Z3foov() {
|
||||
entry:
|
||||
%tmp.1 = load int* %X.0 ; <int> [#uses=1]
|
||||
ret int %tmp.1
|
||||
}
|
||||
|
||||
internal void %_GLOBAL__I__Z3foov() {
|
||||
entry:
|
||||
store int 1, int* %X.0
|
||||
ret void
|
||||
}
|
Loading…
Reference in New Issue
Block a user