diff options
Diffstat (limited to 'clang/test/CIR/IR/switch.cir')
-rw-r--r-- | clang/test/CIR/IR/switch.cir | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CIR/IR/switch.cir b/clang/test/CIR/IR/switch.cir index 0bdc9c1..87d45bf 100644 --- a/clang/test/CIR/IR/switch.cir +++ b/clang/test/CIR/IR/switch.cir @@ -1,4 +1,4 @@ -// RUN: cir-opt %s | FileCheck %s +// RUN: cir-opt %s --verify-roundtrip | FileCheck %s !s32i = !cir.int<s, 32> cir.func @s0() { |