Skip to content

Commit

Permalink
modify for gcc compile
Browse files Browse the repository at this point in the history
  • Loading branch information
bcdonovan committed Apr 18, 2024
1 parent 9b272b6 commit 9147d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Conversion/QUIRToPulse/LoadPulseCals.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ void LoadPulseCalsPass::loadPulseCals(CallCircuitOp callCircuitOp,
else if (auto castOp = dyn_cast<mlir::quir::ResetQubitOp>(op))
loadPulseCals(castOp, callCircuitOp, funcOp);
else if (isa<mlir::qcs::DelayCyclesOp>(op))
void; // no pulse call to load for a delay cycles op
(void) 0; // no pulse call to load for a delay cycles op
else {
LLVM_DEBUG(llvm::dbgs() << "no pulse cal loading needed for " << op);
assert((!op->hasTrait<mlir::quir::UnitaryOp>() and
Expand Down

0 comments on commit 9147d94

Please sign in to comment.