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
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
clang
/
test
/
CodeGen
/
unaligned-memcpy.c
blob
d1857480f2063f2139766aa16304445ccbf4f5e2
1
// RUN: %clang_cc1 %s -emit-llvm -o -
2
3
void
bork
(
void
) {
4
char
Qux
[
33
] = {
0
};
5
}