diff options
Diffstat (limited to 'test/CodeGen/AArch64/funcptr_cast.ll')
-rw-r--r-- | test/CodeGen/AArch64/funcptr_cast.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/AArch64/funcptr_cast.ll b/test/CodeGen/AArch64/funcptr_cast.ll index a00b7bc..506485e 100644 --- a/test/CodeGen/AArch64/funcptr_cast.ll +++ b/test/CodeGen/AArch64/funcptr_cast.ll @@ -6,7 +6,7 @@ define i8 @test() { ; CHECK: add {{x[0-9]+}}, {{x[0-9]+}}, :lo12:foo ; CHECK: ldrb w0, [{{x[0-9]+}}] entry: - %0 = load i8* bitcast (void (...)* @foo to i8*), align 1 + %0 = load i8, i8* bitcast (void (...)* @foo to i8*), align 1 ret i8 %0 } |