summaryrefslogtreecommitdiffstats
path: root/llvm/test/CFrontend/exact-div-expr.c
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CFrontend/exact-div-expr.c')
-rw-r--r--llvm/test/CFrontend/exact-div-expr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CFrontend/exact-div-expr.c b/llvm/test/CFrontend/exact-div-expr.c
index 6cda9286627..03626c92652 100644
--- a/llvm/test/CFrontend/exact-div-expr.c
+++ b/llvm/test/CFrontend/exact-div-expr.c
@@ -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;
}
OpenPOWER on IntegriCloud