mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-09 10:31:14 +00:00
GlobalOpt: Fix constantfold-initializers.ll test
The test added in r211762 was sloppy, the correct initializer wasn't added to @llvm.global_ctors Spotted by Pasi Parviainen! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211879 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c6bf2379c1
commit
d023a353c1
@ -87,4 +87,4 @@ entry:
|
||||
{ i32, void ()* } { i32 65535, void ()* @test2 },
|
||||
{ i32, void ()* } { i32 65535, void ()* @test3 },
|
||||
{ i32, void ()* } { i32 65535, void ()* @test4 },
|
||||
{ i32, void ()* } { i32 65535, void ()* @test4 }]
|
||||
{ i32, void ()* } { i32 65535, void ()* @test5 }]
|
||||
|
Loading…
Reference in New Issue
Block a user