Skip to content

Commit e7ed599

Browse files
Fix formatting for switch_flat_op
1 parent 5f5e3a8 commit e7ed599

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

clang/test/CIR/CodeGen/switch_flat_op.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44
// RUN: cir-opt --mlir-print-ir-after=cir-flatten-cfg --cir-flatten-cfg %t.cir -o %t.flattened.after.cir 2> %t.after
55
// RUN: FileCheck --input-file=%t.after %s --check-prefix=AFTER
66

7-
8-
9-
10-
117
void swf(int a) {
128
switch (int b = 3; a) {
139
case 3:

0 commit comments

Comments
 (0)