diff options
author | spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-09-17 22:45:18 +0000 |
---|---|---|
committer | spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-09-17 22:45:18 +0000 |
commit | b23c2d0e4ffb9a24dd50dfd897b8b11aef60cb35 (patch) | |
tree | a29e38f9410e16dcc2f174915a7d13b900300b73 /gcc/genattrtab.c | |
parent | bac25aad3d2145c109f6be9ceebc6949d1e6d3d3 (diff) | |
download | gcc-b23c2d0e4ffb9a24dd50dfd897b8b11aef60cb35.tar.gz |
Revert the last commit.
2009-09-17 Sebastian Pop <sebastian.pop@amd.com>
* Revert the last commit.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@151822 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/genattrtab.c')
-rw-r--r-- | gcc/genattrtab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/genattrtab.c b/gcc/genattrtab.c index 4d6295af604..def9a694a0e 100644 --- a/gcc/genattrtab.c +++ b/gcc/genattrtab.c @@ -319,7 +319,7 @@ static struct attr_hash *attr_hash_table[RTL_HASH_SIZE]; /* Here is how primitive or already-shared RTL's hash codes are made. */ -#define RTL_HASH(RTL) ((intptr_t) (RTL) & 0777777) +#define RTL_HASH(RTL) ((long) (RTL) & 0777777) /* Add an entry to the hash table for RTL with hash code HASHCODE. */ |