[ARM] Rewrite how VCMP are lowered, using a single node
[llvm-core.git] / test / YAMLParser / construct-set.test
blob3e9d095e714e34d9a91c161efaabb57c3271a69c
1 # RUN: yaml-bench -canonical %s
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 }