Skip to content

Commit 86f6d25

Browse files
committed
format
1 parent 08cc7cf commit 86f6d25

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

+3-1
Original file line numberDiff line numberDiff line change
@@ -4987,7 +4987,9 @@ def SignBitOp : CIR_Op<"signbit", [Pure]> {
49874987
}];
49884988
let arguments = (ins CIR_AnyFloat:$input);
49894989
let results = (outs SInt32:$res);
4990-
let assemblyFormat = "$input attr-dict `:` type($input) `->` qualified(type($res))";
4990+
let assemblyFormat = [{
4991+
$input attr-dict `:` type($input) `->` qualified(type($res))
4992+
}];
49914993
}
49924994

49934995
#endif // LLVM_CLANG_CIR_DIALECT_IR_CIROPS

0 commit comments

Comments
 (0)