We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7912da4 + 99bb383 commit 6aae40cCopy full SHA for 6aae40c
lib/SILOptimizer/Mandatory/PredictableMemOpt.cpp
@@ -247,7 +247,7 @@ struct AvailableValue {
247
return {NewValue, SubElementNumber, InsertionPoints};
248
}
249
250
- void dump() const __attribute__((used));
+ void dump() const LLVM_ATTRIBUTE_USED;
251
void print(llvm::raw_ostream &os) const;
252
253
private:
@@ -379,7 +379,7 @@ class AvailableValueAggregator {
379
SILValue aggregateValues(SILType LoadTy, SILValue Address, unsigned FirstElt);
380
381
382
383
384
385
SILValue aggregateFullyAvailableValue(SILType LoadTy, unsigned FirstElt);
0 commit comments