diff options
Diffstat (limited to 'llvm/test/CodeGen/ARM/Windows/stack-probe-non-default.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/Windows/stack-probe-non-default.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/Windows/stack-probe-non-default.ll b/llvm/test/CodeGen/ARM/Windows/stack-probe-non-default.ll index 814c8b7ff59..d66e93ad34e 100644 --- a/llvm/test/CodeGen/ARM/Windows/stack-probe-non-default.ll +++ b/llvm/test/CodeGen/ARM/Windows/stack-probe-non-default.ll @@ -12,7 +12,7 @@ entry: %0 = getelementptr inbounds [4096 x i8], [4096 x i8]* %buffer, i32 0, i32 0 call arm_aapcs_vfpcc void @initialise(i8* %0) %arrayidx = getelementptr inbounds [4096 x i8], [4096 x i8]* %buffer, i32 0, i32 %offset - %1 = load i8* %arrayidx, align 1 + %1 = load i8, i8* %arrayidx, align 1 ret i8 %1 } |