diff options
author | Jeff Law <law@gcc.gnu.org> | 1993-03-31 13:27:10 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1993-03-31 13:27:10 -0700 |
commit | c42cb1965dd5a96e2f599bc5d35048f2cc60f58f (patch) | |
tree | f7f4b2ee5eea376b25118644dc6640576faaf28f | |
parent | 9d4dd4e9cefa8025a9cd463ce6f7fbf215d506c5 (diff) | |
download | gcc-c42cb1965dd5a96e2f599bc5d35048f2cc60f58f.zip gcc-c42cb1965dd5a96e2f599bc5d35048f2cc60f58f.tar.gz gcc-c42cb1965dd5a96e2f599bc5d35048f2cc60f58f.tar.bz2 |
Fix typo in last change
From-SVN: r3956
-rw-r--r-- | gcc/config/pa/pa.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/config/pa/pa.h b/gcc/config/pa/pa.h index 5b207ce..2d49e77 100644 --- a/gcc/config/pa/pa.h +++ b/gcc/config/pa/pa.h @@ -1064,8 +1064,6 @@ extern union tree_node *current_function_decl; || GET_CODE (X) == CONST_INT || GET_CODE (X) == CONST \ || GET_CODE (X) == HIGH) && ! symbolic_expression_p (X)) - (CONSTANT_P (X) && ! symbolic_expression_p (X)) - /* Include all constant integers and constant doubles, but not floating-point, except for floating-point zero. */ |