diff options
Diffstat (limited to 'test/CodeGen/X86/atom-fixup-lea4.ll')
-rw-r--r-- | test/CodeGen/X86/atom-fixup-lea4.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/atom-fixup-lea4.ll b/test/CodeGen/X86/atom-fixup-lea4.ll index 668574b..f0da1d2 100644 --- a/test/CodeGen/X86/atom-fixup-lea4.ll +++ b/test/CodeGen/X86/atom-fixup-lea4.ll @@ -10,8 +10,8 @@ define linkonce_odr void @_ZN12ValueWrapperIS_IS_IS_IdEEEEC2Ev(%struct.ValueWrap entry: %this.addr = alloca %struct.ValueWrapper.6*, align 8 store %struct.ValueWrapper.6* %this, %struct.ValueWrapper.6** %this.addr, align 8 - %this1 = load %struct.ValueWrapper.6** %this.addr - %value = getelementptr inbounds %struct.ValueWrapper.6* %this1, i32 0, i32 0 + %this1 = load %struct.ValueWrapper.6*, %struct.ValueWrapper.6** %this.addr + %value = getelementptr inbounds %struct.ValueWrapper.6, %struct.ValueWrapper.6* %this1, i32 0, i32 0 call void @_ZN12ValueWrapperIS_IS_IdEEEC2Ev(%struct.ValueWrapper.7* %value) ret void } |