diff options
author | Alexandre Oliva <aoliva@gcc.gnu.org> | 2000-12-01 03:22:26 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@gcc.gnu.org> | 2000-12-01 03:22:26 +0000 |
commit | b927e8c7203c92b0580665b6ee75cff290c64d0d (patch) | |
tree | 51ad3011f276459438242c0687f0ca101aff7bbc | |
parent | f00018dd990a02c71dabf8a2f64609d00f2af4dd (diff) | |
download | gcc-b927e8c7203c92b0580665b6ee75cff290c64d0d.zip gcc-b927e8c7203c92b0580665b6ee75cff290c64d0d.tar.gz gcc-b927e8c7203c92b0580665b6ee75cff290c64d0d.tar.bz2 |
Align value of UNSPECV_ALIGN
From-SVN: r37910
-rw-r--r-- | gcc/config/sh/sh.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/sh/sh.md b/gcc/config/sh/sh.md index 5973bb1..901fd52 100644 --- a/gcc/config/sh/sh.md +++ b/gcc/config/sh/sh.md @@ -113,7 +113,7 @@ ;; These are used with unspec_volatile. (UNSPECV_BLOCKAGE 0) - (UNSPECV_ALIGN 1) + (UNSPECV_ALIGN 1) (UNSPECV_CONST2 2) (UNSPECV_CONST4 4) (UNSPECV_CONST8 6) |