Skip to content

Commit 80313ee

Browse files
committed
Format description and remove extra test file
1 parent 718f048 commit 80313ee

File tree

2 files changed

+3
-14
lines changed

2 files changed

+3
-14
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -284,9 +284,9 @@ def ConstComplexAttr : CIR_Attr<"ConstComplex", "const_complex",
284284
[TypedAttrInterface]> {
285285
let summary = "An attribute that contains a constant complex value";
286286
let description = [{
287-
The `#cir.const_complex` attribute contains a constant value of complex number
288-
type. The `real` parameter gives the real part of the complex number and the
289-
`imag` parameter gives the imaginary part of the complex number.
287+
The `#cir.const_complex` attribute contains a constant value of complex
288+
number type. The `real` parameter gives the real part of the complex number
289+
and the `imag` parameter gives the imaginary part of the complex number.
290290

291291
The `real` and `imag` parameters must both reference the same type and must
292292
be either IntAttr or FPAttr.

clang/test/CIR/IR/invalid-const-complex-wrong-imaginary-type.cir

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)