| ... | ... | @@ -4980,11 +4980,6 @@ fn bitcast(f: *Function, dest_ty: Type, operand: CValue, operand_ty: Type) !CVal |
| 4980 | 4980 | const operand_local = try f.allocLocal(null, operand_ty); |
| 4981 | 4981 | try f.writeCValue(writer, operand_local, .Other); |
| 4982 | 4982 | try writer.writeAll(" = "); |
| 4983 | | if (!operand_ty.isAbiInt(zcu)) { |
| 4984 | | try writer.writeByte('('); |
| 4985 | | try f.renderType(writer, operand_ty); |
| 4986 | | try writer.writeByte(')'); |
| 4987 | | } |
| 4988 | 4983 | try f.writeCValue(writer, operand, .Other); |
| 4989 | 4984 | try writer.writeAll(";\n"); |
| 4990 | 4985 | break :blk operand_local; |