repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add and use DominatorTreeBase::findNearestCommonDominator().
[llvm-complete.git]
/
test
/
C++Frontend
/
2003-09-22-CompositeExprValue.cpp
blob
a8208adc5127cef9e28a19b7fb0c44af4329df29
1
// RUN: %llvmgxx -S %s -o - | llvm-as -f -o /dev/null
2
3
struct
duration
{
4
duration
operator
/=(
int
c
) {
5
return
*
this
;
6
}
7
};
8
9
void
a000090
() {
10
duration
() /=
1
;
11
}