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
/
CodeGenCXX
/
array-pointer-decay.cpp
blob
3fe6b72a54196c09ff914c1e1b6920bc12ca2ea7
1
// RUN: %clang_cc1 %s -emit-llvm -o -
2
3
void
f
(
const char
*);
4
5
void
g
() {
6
f
(
"hello"
);
7
}