Skip to content

Commit

Permalink
Revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
abisca committed Feb 7, 2024
1 parent 9716222 commit bbc3717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/aie/Dialect/AIE/IR/AIEOps.td
Original file line number Diff line number Diff line change
Expand Up @@ -1171,7 +1171,7 @@ def AIE_UseLockOp: AIE_Op<"use_lock", []> {
return 1;
}
LockOp getLockOp() {
return llvm::dyn_cast<xilinx::AIE::LockOp>(getLock().getDefiningOp());
return llvm::cast<xilinx::AIE::LockOp>(getLock().getDefiningOp());
}
}];
}
Expand Down

0 comments on commit bbc3717

Please sign in to comment.