Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / CodeGen / X86 / cmpccxadd-builtins-error-32.c
blob512365b689b7911b950b410eae7b2fd30c3a5e2b
1 // RUN: %clang_cc1 %s -ffreestanding -triple=i386-unknown-unknown \
2 // RUN: -target-feature +cmpccxadd -emit-llvm -fsyntax-only -verify
4 #include <immintrin.h>
6 int test_cmpccxadd32(void *__A, int __B, int __C) {
7 return _cmpccxadd_epi32(__A, __B, __C, 0); // expected-error {{call to undeclared function '_cmpccxadd_epi32'}}