Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Driver / hexagon-packets.c
blob31521df2bdfe2e436cb2ecc401287dc8c6b67002
1 // RUN: %clang --target=hexagon -### -mpackets %s 2>&1 \
2 // RUN: | FileCheck %s -check-prefix CHECK-PACKETS
4 // RUN: %clang --target=hexagon -### -mno-packets %s 2>&1 \
5 // RUN: | FileCheck %s -check-prefix CHECK-NO-PACKETS
7 // CHECK-PACKETS: "-target-feature" "+packets"
9 // CHECK-NO-PACKETS: "-target-feature" "-packets"