mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 21:55:39 +08:00
Remove stray paren that got in while attempting to fix the build for AttributeList
llvm-svn: 298402
This commit is contained in:
@@ -266,7 +266,7 @@ bool fixupRSAllocationStructByValCalls(llvm::Module &module) {
|
||||
// inspect all of the arguments in the call
|
||||
for (auto &arg : func->args()) {
|
||||
if (arg.hasByValAttr()) {
|
||||
arg.removeAttr(llvm::Attribute::ByVal));
|
||||
arg.removeAttr(llvm::Attribute::ByVal);
|
||||
changed = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user