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!

llvm-svn: 211879
This commit is contained in:
David Majnemer 2014-06-27 07:36:26 +00:00
parent 7d3c68a9cf
commit 9930398c5c
1 changed files with 1 additions and 1 deletions

View File

@ -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 }]