diff options
Diffstat (limited to 'gcc/config/c4x')
-rw-r--r-- | gcc/config/c4x/c4x.h | 2 | ||||
-rw-r--r-- | gcc/config/c4x/c4x.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/c4x/c4x.h b/gcc/config/c4x/c4x.h index 576aaff3826..e75769b9407 100644 --- a/gcc/config/c4x/c4x.h +++ b/gcc/config/c4x/c4x.h @@ -1334,7 +1334,7 @@ CUMULATIVE_ARGS; #ifndef REG_OK_STRICT -/* Nonzero if X is a hard or pseudo reg that can be used as an base. */ +/* Nonzero if X is a hard or pseudo reg that can be used as a base. */ #define REG_OK_FOR_BASE_P(X) IS_ADDR_OR_PSEUDO_REG(X) diff --git a/gcc/config/c4x/c4x.md b/gcc/config/c4x/c4x.md index 2d52082da35..68d933ba594 100644 --- a/gcc/config/c4x/c4x.md +++ b/gcc/config/c4x/c4x.md @@ -231,7 +231,7 @@ ; a new spill register. ; Note that the floating point representation of 0.0 on the C4x -; is 0x80000000 (-2147483648). This value produces an warning +; is 0x80000000 (-2147483648). This value produces a warning ; message on 32-bit machines about the decimal constant being so large ; that it is unsigned. |