Adjust sensitive terms

This commit is contained in:
Wang Xiang W
2020-11-19 14:25:21 +00:00
committed by Hong, Yang A
parent 5eab583df5
commit 04d3be487d
3 changed files with 3 additions and 3 deletions

View File

@@ -96,7 +96,7 @@ bool eligibleForAlwaysOnGroup(const RoseBuildImpl &build, u32 id) {
static
bool requires_group_assignment(const rose_literal_id &lit,
const rose_literal_info &info) {
if (lit.delay) { /* we will check the shadow's master */
if (lit.delay) { /* we will check the shadow's leader */
return false;
}