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