summaryrefslogtreecommitdiffstats
path: root/llvm/test/Linker/replaced-function-matches-first-subprogram.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Linker/replaced-function-matches-first-subprogram.ll')
-rw-r--r--llvm/test/Linker/replaced-function-matches-first-subprogram.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Linker/replaced-function-matches-first-subprogram.ll b/llvm/test/Linker/replaced-function-matches-first-subprogram.ll
index c0ec5f3cd22..3f6e8579032 100644
--- a/llvm/test/Linker/replaced-function-matches-first-subprogram.ll
+++ b/llvm/test/Linker/replaced-function-matches-first-subprogram.ll
@@ -29,7 +29,7 @@ define linkonce_odr i32 @_ZN5ClassIiE3fooEv(%struct.Class* %this) align 2 {
entry:
%this.addr = alloca %struct.Class*, align 8
store %struct.Class* %this, %struct.Class** %this.addr, align 8
- %this1 = load %struct.Class** %this.addr
+ %this1 = load %struct.Class*, %struct.Class** %this.addr
ret i32 0, !dbg !15
}
OpenPOWER on IntegriCloud