mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
[NFC] Fix trailing comma after function.
lib/Analysis/VectorUtils.cpp:482:2: warning: extra ‘;’ [-Wpedantic] llvm-svn: 349732
This commit is contained in:
parent
52e8156cdd
commit
af5c2af0bc
@ -479,7 +479,7 @@ static void addToAccessGroupList(ListT &List, MDNode *AccGroups) {
|
||||
assert(isValidAsAccessGroup(Item) && "List item must be an access group");
|
||||
List.insert(Item);
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
MDNode *llvm::uniteAccessGroups(MDNode *AccGroups1, MDNode *AccGroups2) {
|
||||
if (!AccGroups1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user