summaryrefslogtreecommitdiffstats
path: root/llvm/test/Linker/Inputs/replaced-function-matches-first-subprogram.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Linker/Inputs/replaced-function-matches-first-subprogram.ll')
-rw-r--r--llvm/test/Linker/Inputs/replaced-function-matches-first-subprogram.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Linker/Inputs/replaced-function-matches-first-subprogram.ll b/llvm/test/Linker/Inputs/replaced-function-matches-first-subprogram.ll
index a5de89f5a60..dcf4e723788 100644
--- a/llvm/test/Linker/Inputs/replaced-function-matches-first-subprogram.ll
+++ b/llvm/test/Linker/Inputs/replaced-function-matches-first-subprogram.ll
@@ -4,7 +4,7 @@ define weak_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 !12
}
OpenPOWER on IntegriCloud