From f9cde63e84833dd5f6b4a67cf11bc846e4266563 Mon Sep 17 00:00:00 2001 From: AmrDeveloper Date: Wed, 19 Mar 2025 21:51:42 +0100 Subject: [PATCH] Fix try-catch.cpp lit test --- clang/test/CIR/CodeGen/try-catch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/test/CIR/CodeGen/try-catch.cpp b/clang/test/CIR/CodeGen/try-catch.cpp index 400a993991e3..7338c0c94e17 100644 --- a/clang/test/CIR/CodeGen/try-catch.cpp +++ b/clang/test/CIR/CodeGen/try-catch.cpp @@ -163,7 +163,7 @@ void tc7() { // CHECK: cir.scope { // CHECK: cir.try { // CHECK: %[[V2:.*]] = cir.load {{.*}} : !cir.ptr, !s32i -// CHECK: %[[V3:.*]] = cir.unary(inc, %[[V2]]) : !s32i, !s32i +// CHECK: %[[V3:.*]] = cir.unary(inc, %[[V2]]) nsw : !s32i, !s32i // CHECK: cir.store %[[V3]], {{.*}} : !s32i, !cir.ptr // CHECK: cir.return // CHECK: }