diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/fold-call.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/fold-call.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/fold-call.ll b/llvm/test/CodeGen/X86/fold-call.ll index 4bc52438a2a..00839943f67 100644 --- a/llvm/test/CodeGen/X86/fold-call.ll +++ b/llvm/test/CodeGen/X86/fold-call.ll @@ -20,7 +20,7 @@ define void @test1(i32 %i0, i32 %i1, i32 %i2, i32 %i3, i32 %i4, i32 %i5, void()* define void @test2(%struct.X* nocapture %x) { entry: %f = getelementptr inbounds %struct.X, %struct.X* %x, i64 0, i32 0 - %0 = load void ()** %f + %0 = load void ()*, void ()** %f store void ()* null, void ()** %f tail call void %0() ret void |