ia64.md (prefetch): Support predicate.

2003-07-21  H.J. Lu <hongjiu.lu@intel.com>

	* config/ia64/ia64.md (prefetch): Support predicate.

From-SVN: r69642
This commit is contained in:
H.J. Lu 2003-07-21 17:52:22 +00:00 committed by H.J. Lu
parent 124b0e0529
commit 92cbea2214
2 changed files with 12 additions and 8 deletions

View File

@ -1,3 +1,7 @@
2003-07-21 H.J. Lu <hongjiu.lu@intel.com>
* config/ia64/ia64.md (prefetch): Support predicate.
2003-07-21 Josef Zlomek <zlomekj@suse.cz>
* cfgcleanup.c (merge_blocks_move_successor_nojumps): Use tablejump_p.

View File

@ -5217,16 +5217,16 @@
{
static const char * const alt[2][4] = {
{
"lfetch.nta [%0]",
"lfetch.nt1 [%0]",
"lfetch.nt2 [%0]",
"lfetch [%0]"
"%,lfetch.nta [%0]",
"%,lfetch.nt1 [%0]",
"%,lfetch.nt2 [%0]",
"%,lfetch [%0]"
},
{
"lfetch.excl.nta [%0]",
"lfetch.excl.nt1 [%0]",
"lfetch.excl.nt2 [%0]",
"lfetch.excl [%0]"
"%,lfetch.excl.nta [%0]",
"%,lfetch.excl.nt1 [%0]",
"%,lfetch.excl.nt2 [%0]",
"%,lfetch.excl [%0]"
}
};
int i = (INTVAL (operands[1]));