Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Driver / cxx-operator-names.cpp
blobd8a7a01449bb90ae86a1fe13b07a2ec801ceac55
1 // RUN: %clang -### -S -foperator-names -fno-operator-names %s 2>&1 | \
2 // RUN: FileCheck -check-prefix=CHECK-1 %s
3 // CHECK-1: "-fno-operator-names"
5 // RUN: %clang -### -S -fno-operator-names -foperator-names %s 2>&1 | \
6 // RUN: FileCheck -check-prefix=CHECK-2 %s
7 // CHECK-2-NOT: "-fno-operator-names"