diff options
Diffstat (limited to 'clang/test/CIR/IR/struct.cir')
-rw-r--r-- | clang/test/CIR/IR/struct.cir | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CIR/IR/struct.cir b/clang/test/CIR/IR/struct.cir index 33f2e98..2e011fb 100644 --- a/clang/test/CIR/IR/struct.cir +++ b/clang/test/CIR/IR/struct.cir @@ -1,4 +1,4 @@ -// RUN: cir-opt %s | FileCheck %s +// RUN: cir-opt %s --verify-roundtrip | FileCheck %s !u8i = !cir.int<u, 8> !u16i = !cir.int<u, 16> |