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