mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-08 03:37:46 +00:00
Fix for PR1567, which involves a weird bug on non-32bit architectures and silly C type sizes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40451 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f309070ca4
commit
f99f3f4944
@ -1,6 +1,6 @@
|
|||||||
// RUN: %llvmgcc -S %s -o - -O | grep ashr
|
// RUN: %llvmgcc -S %s -o - -O | grep ashr
|
||||||
// RUN: %llvmgcc -S %s -o - -O | not grep sdiv
|
// RUN: %llvmgcc -S %s -o - -O | not grep sdiv
|
||||||
|
|
||||||
int test(int *A, int *B) {
|
long long test(int *A, int *B) {
|
||||||
return A-B;
|
return A-B;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user