blob: 1114ef5c25de4604a3865ea59898b6676f10f3b0 [file] [log] [blame]
Eric Christopher3883e662011-07-26 22:17:02 +00001// RUN: %clang_cc1 %s -emit-llvm -o - | FileCheck %s
2
3// CHECK: sdiv exact
4int Diff(int *P, int *Q) { return P-Q; }