Skip to content

Commit fb4b053

Browse files
committed
fixup! [TableGen][MCSched] Update the error message of Acquire/ReleaseAtCycle
1 parent 6d36d2a commit fb4b053

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/test/TableGen/AcquireAtCycle.td

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ def : WriteRes<WriteInst_B, [ResX2]> {
5555
let ReleaseAtCycles = [1];
5656
}
5757
def : WriteRes<WriteInst_C, [ResX0]> {
58-
// Both AcquireAtCycle and ReleaseAtCycle are allowed
59-
// to be zero at the same time.
58+
// AcquireAtCycle and ReleaseAtCycle are allowed to be the same.
6059
// CORRECT-NEXT: { 1, 0, 0} // #5
6160
let ReleaseAtCycles = [0];
6261
}

0 commit comments

Comments
 (0)