[X86] combineTargetShuffle - commute VPERMV3 shuffles so any load is on the RHS
[llvm-project.git] / clang / test / Integration / cocoa.m
blob91d86825084574a3528a8b10cd0a2aa49575c6db
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