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
/
Import
/
local-struct-use-origins
/
test.cpp
blob
abbdbd16d022f91615e4b836dfc7d770a39cc300
1
// RUN: clang-import-test -dump-ir -use-origins -import %S/Inputs/Callee.cpp -expression %s | FileCheck %s
2
// CHECK: %struct.S = type { i
3
// CHECK: %struct.S.0 = type { i
4
5
void
foo
() {
6
return
Bar
().
bar
(
3
,
true
);
7
}