We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2aa41e commit c9e5cbcCopy full SHA for c9e5cbc
clang/lib/CIR/Dialect/Transforms/LoweringPrepare.cpp
@@ -1094,7 +1094,6 @@ void LoweringPreparePass::lowerTrivialCopyCall(cir::CallOp op) {
1094
std::optional<cir::CtorKind> ctorKind = funcOp.getCxxConstructorKind();
1095
if (ctorKind && *ctorKind == cir::CtorKind::Copy &&
1096
funcOp.isCxxTrivialMemberFunction()) {
1097
- llvm::outs() << "success \n";
1098
// Replace the trivial copy constructor call with a `CopyOp`
1099
CIRBaseBuilderTy builder(getContext());
1100
mlir::ValueRange operands = op.getOperands();
0 commit comments