repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[LLVM][IR] Use splat syntax when printing ConstantExpr based splats. (#116856)
[llvm-project.git]
/
clang
/
test
/
CodeGen
/
2008-05-12-TempUsedBeforeDef.c
blob
2c32ba1d30450c13557abd122907f23e8acdbde6
1
// RUN: %clang_cc1 -std=c89 -w -emit-llvm -o /dev/null %s
2
// PR2264.
3
unsigned
foo
=
8L
;
4
unsigned
bar
=
0L
;
5
volatile
unsigned char
baz
=
6L
;
6
int
test
(
void
) {
7
char
qux
=
1L
;
8
for
(;
baz
>= -
29
;
baz
--)
9
bork
(
bar
&&
foo
,
qux
);
10
}