File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -1773,20 +1773,6 @@ struct FFSLLOptimization : public FFSOptimization
1773
1773
1774
1774
} FFSLLOptimizer;
1775
1775
1776
- // / This LibCallOptimization will simplify calls to the "__builtin_ffs"
1777
- // / function which is generated by the CFE (its GCC specific).
1778
- // / It simply uses FFSOptimization for which the transformation is
1779
- // / identical.
1780
- // / @brief Simplify the ffsl library function.
1781
- struct BuiltinFFSOptimization : public FFSOptimization
1782
- {
1783
- public:
1784
- // / @brief Default Constructor
1785
- BuiltinFFSOptimization () : FFSOptimization(" __builtin_ffs" ,
1786
- " Number of '__builtin_ffs' calls simplified" ) {}
1787
-
1788
- } BuiltinFFSOptimization;
1789
-
1790
1776
// / A function to compute the length of a null-terminated constant array of
1791
1777
// / integers. This function can't rely on the size of the constant array
1792
1778
// / because there could be a null terminator in the middle of the array.
You can’t perform that action at this time.
0 commit comments