]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/config/i386/i386-builtin-types.awk
gcc/ada/
[thirdparty/gcc.git] / gcc / config / i386 / i386-builtin-types.awk
index 3fc1455ece46fe1985491b1ce58e25206863675b..dc0678858fa458b44bfff56315fed585d6c4897a 100644 (file)
@@ -179,7 +179,7 @@ END {
     # The vector types are defined via two tables defining the real
     # machine mode and the builtin primitive type.  We use two tables
     # rather than a structure to avoid structure padding and save space.
-    print "static const enum machine_mode ix86_builtin_type_vect_mode[] = {"
+    print "static const machine_mode ix86_builtin_type_vect_mode[] = {"
     for (i = 0; i < vect_defs; ++i) {
        if (i == 0)
            printf "  "