repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
X86MCInstLower::Lower should only not emit anything to OutStreamer,
[llvm/avr.git]
/
test
/
FrontendC++
/
2004-03-15-CleanupsAndGotos.cpp
blob
c2e52f66dce35c0d2b3dd9fdae9e6340685cf111
1
// RUN: %llvmgxx -S %s -o - | llvm-as -o /dev/null
2
3
// Testcase from Bug 291
4
5
struct
X
{
6
~
X
();
7
};
8
9
void
foo
() {
10
X v
;
11
12
TryAgain
:
13
goto
TryAgain
;
14
}