repo.or.cz
/
llvm
/
msp430.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
PPC::B and PPC::BCC's target operand may be an immediate.
[llvm/msp430.git]
/
test
/
FrontendC
/
2005-01-02-PointerDifference.c
blob
a351da2ed8c8cadf2e8e216cd60c4d76c5a89583
1
// RUN: %llvmgcc -xc %s -c -o - | llvm-dis | grep -v div
2
3
int
Diff
(
int
*
P
,
int
*
Q
) {
return
P
-
Q
; }