mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-12 22:53:08 +00:00
new testcase
llvm-svn: 39882
This commit is contained in:
parent
f6a91d74e0
commit
f2fd4e185e
6
test/CFrontend/exact-div-expr.c
Normal file
6
test/CFrontend/exact-div-expr.c
Normal file
@ -0,0 +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) {
|
||||
return A-B;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user