index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
FrontendC
/
2005-01-02-PointerDifference.c
blob: 2c108e5f6cac4c1dd58ad104a4571871fee201b2 (
plain
)
1
2
3
// RUN: %llvmgcc -xc %s -S -o - | grep -v div
int
Diff
(
int
*
P
,
int
*
Q
) {
return
P
-
Q
; }