Skip to content

Commit

Permalink
trying to fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike-Leo-Smith committed Jan 8, 2025
1 parent 02fba0c commit 6d32dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/luisa/xir/passes/dom_tree.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class LC_XIR_API DomTreeNode : public concepts::Noncopyable {
[[nodiscard]] auto frontiers() const noexcept { return luisa::span{_frontiers}; }
};

class LC_XIR_API DomTree {
class LC_XIR_API DomTree : public concepts::Noncopyable {

private:
luisa::unordered_map<BasicBlock *, luisa::unique_ptr<DomTreeNode>> _nodes;
Expand Down

0 comments on commit 6d32dd0

Please sign in to comment.