diff options
author | Kyrylo Tkachov <ktkachov@gcc.gnu.org> | 2015-04-30 13:34:54 +0000 |
---|---|---|
committer | Kyrylo Tkachov <ktkachov@gcc.gnu.org> | 2015-04-30 13:34:54 +0000 |
commit | 4d1919ed6b1380ed3941f74e16e53529f26ddf9f (patch) | |
tree | 7cfd31b983101695a073b3f209b54c245116e7ef | |
parent | 0a78ebe4c7814b10f12e2d2ee67235fd83f94621 (diff) | |
download | gcc-4d1919ed6b1380ed3941f74e16e53529f26ddf9f.zip gcc-4d1919ed6b1380ed3941f74e16e53529f26ddf9f.tar.gz gcc-4d1919ed6b1380ed3941f74e16e53529f26ddf9f.tar.bz2 |
Fix up new line in previous commit
From-SVN: r222625
-rw-r--r-- | gcc/config/aarch64/aarch64.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/aarch64/aarch64.c b/gcc/config/aarch64/aarch64.c index 595e185..3be7b41 100644 --- a/gcc/config/aarch64/aarch64.c +++ b/gcc/config/aarch64/aarch64.c @@ -5160,6 +5160,7 @@ aarch64_strip_extend (rtx x) /* Return true iff CODE is a shift supported in combination with arithmetic instructions. */ + static bool aarch64_shift_p (enum rtx_code code) { |