Skip to content

Commit 77c5a65

Browse files
authored
[Offload] Fix definition of olMemFill (#154947)
Fix regression introduced by #154102 - the way offload-tblgen handles names has changed
1 parent 0b18d2d commit 77c5a65

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

offload/liboffload/API/Memory.td

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ def olMemcpy : Function {
6060
let returns = [];
6161
}
6262

63-
def : Function {
64-
let name = "olMemFill";
63+
def olMemFill : Function {
6564
let desc = "Fill memory with copies of the given pattern";
6665
let details = [
6766
"Filling with patterns larger than 4 bytes may be less performant",

0 commit comments

Comments
 (0)