repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
[X86] combineTargetShuffle - commute VPERMV3 shuffles so any load is on the RHS
[llvm-project.git]
/
clang
/
test
/
Integration
/
cocoa.m
blob
91d86825084574a3528a8b10cd0a2aa49575c6db
1
// RUN: %clang -arch x86_64 %s -fsyntax-only -Xclang -print-stats
2
// REQUIRES: macos-sdk-10.12
3
#ifdef __APPLE__
4
#include <Cocoa/Cocoa.h>
5
#endif
6