Skip to content

Commit 26d8914

Browse files
Update clang/include/clang/CIR/Dialect/IR/CIROps.td
Co-authored-by: Andy Kaylor <[email protected]>
1 parent de47432 commit 26d8914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/CIR/Dialect/IR/CIROps.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2595,7 +2595,7 @@ def CIR_FuncOp : CIR_Op<"func", [
25952595
// LLVMIntrinsicCallOp
25962596
//===----------------------------------------------------------------------===//
25972597

2598-
def CIR_LLVMIntrinsicCallOp : CIR_Op<"llvm.intrinsic"> {
2598+
def CIR_LLVMIntrinsicCallOp : CIR_Op<"call_llvm_intrinsic"> {
25992599
let summary = "Call to llvm intrinsic functions that is not defined in CIR";
26002600
let description = [{
26012601
`cir.llvm.intrinsic` operation represents a call-like expression which has

0 commit comments

Comments
 (0)