summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/Inline/crash2.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Transforms/Inline/crash2.ll')
-rw-r--r--llvm/test/Transforms/Inline/crash2.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/Inline/crash2.ll b/llvm/test/Transforms/Inline/crash2.ll
index be634f62563..4c0dfaea036 100644
--- a/llvm/test/Transforms/Inline/crash2.ll
+++ b/llvm/test/Transforms/Inline/crash2.ll
@@ -14,7 +14,7 @@ entry:
%__f_addr = alloca void (i8*)*, align 8
store void (i8*)* %__f, void (i8*)** %__f_addr
- %0 = load void (i8*)** %__f_addr, align 8
+ %0 = load void (i8*)*, void (i8*)** %__f_addr, align 8
call void %0(i8* undef)
call i8* @f1(i8* undef) ssp
unreachable
OpenPOWER on IntegriCloud