diff options
Diffstat (limited to 'test/CodeGen/AArch64/pic-eh-stubs.ll')
-rw-r--r-- | test/CodeGen/AArch64/pic-eh-stubs.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/AArch64/pic-eh-stubs.ll b/test/CodeGen/AArch64/pic-eh-stubs.ll index 93ee0e6..f761a87 100644 --- a/test/CodeGen/AArch64/pic-eh-stubs.ll +++ b/test/CodeGen/AArch64/pic-eh-stubs.ll @@ -38,7 +38,7 @@ catch: ; preds = %lpad %3 = extractvalue { i8*, i32 } %0, 0 %4 = tail call i8* @__cxa_begin_catch(i8* %3) nounwind %5 = bitcast i8* %4 to i32* - %exn.scalar = load i32* %5, align 4 + %exn.scalar = load i32, i32* %5, align 4 tail call void @__cxa_end_catch() nounwind br label %return |