================
@@ -163,17 +163,6 @@ getAArch64MicroArchFeaturesFromMtune(const Driver &D, 
StringRef Mtune,
   if (!DecodeAArch64Mcpu(D, MtuneLowerCase, Tune, Extensions))
     return false;
 
----------------
fhahn wrote:

```suggestion
return DecodeAArch64Mcpu(D, MtuneLowerCase, Tune, Extensions);
```

this can now just become a return I think

https://github.com/llvm/llvm-project/pull/146896
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to