We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75f6761 commit 69466b6Copy full SHA for 69466b6
clang/test/CIR/CodeGen/switch_flat_op.cpp
@@ -4,10 +4,6 @@
4
// RUN: cir-opt --mlir-print-ir-after=cir-flatten-cfg --cir-flatten-cfg %t.cir -o %t.flattened.after.cir 2> %t.after
5
// RUN: FileCheck --input-file=%t.after %s --check-prefix=AFTER
6
7
-
8
9
10
11
void swf(int a) {
12
switch (int b = 3; a) {
13
case 3:
0 commit comments