mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-11 06:06:52 +00:00
Fix for PR1567, which involves a weird bug on non-32bit architectures and silly C type sizes.
llvm-svn: 40451
This commit is contained in:
parent
004db891dd
commit
f4eead2a50
@ -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