repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] Rewrite how VCMP are lowered, using a single node
[llvm-core.git]
/
test
/
YAMLParser
/
construct-set.test
blob
3e9d095e714e34d9a91c161efaabb57c3271a69c
1
# RUN: yaml-bench -canonical %s
2
3
# Explicitly typed set.
4
baseball players: !!set
5
? Mark McGwire
6
? Sammy Sosa
7
? Ken Griffey
8
# Flow style
9
baseball teams: !!set { Boston Red Sox, Detroit Tigers, New York Yankees }