================
@@ -21,7 +21,7 @@ namespace driver {
 namespace tools {
 
 namespace mips {
-typedef enum { Legacy = 1, Std2008 = 2 } IEEE754Standard;
+using IEEE754Standard = enum { Legacy = 1, Std2008 = 2 };
----------------
philnik777 wrote:

```suggestion
enum IEEE754Standard { Legacy = 1, Std2008 = 2 };
```

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

Reply via email to