aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/Inline/crash2.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/Inline/crash2.ll')
-rw-r--r--test/Transforms/Inline/crash2.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/Inline/crash2.ll b/test/Transforms/Inline/crash2.ll
index be634f6..4c0dfae 100644
--- a/test/Transforms/Inline/crash2.ll
+++ b/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