diff options
author | zadeck <zadeck@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-10-16 16:00:03 +0000 |
---|---|---|
committer | zadeck <zadeck@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-10-16 16:00:03 +0000 |
commit | 219f324690529d5ca26ae2081aaee8209132005d (patch) | |
tree | e4923e4057c64784d168a19337e5b737023e6a24 /gcc/recog.c | |
parent | 2e9ff52988fcaed2f81a061fc79bb3ed70abaac7 (diff) | |
download | gcc-219f324690529d5ca26ae2081aaee8209132005d.tar.gz |
made rs6000 port support CONST_WIDE_INT
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/wide-int@203710 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/recog.c')
-rw-r--r-- | gcc/recog.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/recog.c b/gcc/recog.c index aa052f32449..1192d2909cc 100644 --- a/gcc/recog.c +++ b/gcc/recog.c @@ -1198,7 +1198,8 @@ const_scalar_int_operand (rtx op, enum machine_mode mode) /* Returns 1 if OP is an operand that is a CONST_WIDE_INT of mode MODE. This most likely is not as useful as - const_scalar_int_operand, but is here for consistancy. */ + const_scalar_int_operand since it does not accept CONST_INTs, but + is here for consistancy. */ int const_wide_int_operand (rtx op, enum machine_mode mode) { |