diff options
Diffstat (limited to 'llvm/test/CodeGen/AArch64/pic-eh-stubs.ll')
| -rw-r--r-- | llvm/test/CodeGen/AArch64/pic-eh-stubs.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AArch64/pic-eh-stubs.ll b/llvm/test/CodeGen/AArch64/pic-eh-stubs.ll index 93ee0e67b90..f761a87783c 100644 --- a/llvm/test/CodeGen/AArch64/pic-eh-stubs.ll +++ b/llvm/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 |

