mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-23 12:08:25 +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 | not grep sdiv
|
||||
|
||||
int test(int *A, int *B) {
|
||||
long long test(int *A, int *B) {
|
||||
return A-B;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user