Normalize nop instructions: Only use 0 for the immediate operand.

This commit is contained in:
Marcel Moolenaar 2010-02-21 23:41:59 +00:00
parent 26ce74e3c5
commit 6ed45c0269
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=204183

View File

@ -86,18 +86,18 @@ ENTRY(restorectx, 1)
{ .mmi
ld8.fill r6=[r14],16 // r6
ld8.fill r7=[r15],16 // r7
nop 1
nop 0
;;
}
{ .mmi
mov ar.unat=r16
mov ar.rsc=3
nop 2
nop 0
}
{ .mmi
ld8 r17=[r14],16 // b1
ld8 r18=[r15],16 // b2
nop 3
nop 0
;;
}
{ .mmi