summaryrefslogtreecommitdiffstats
path: root/tests/cris/check_moveq.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cris/check_moveq.c')
-rw-r--r--tests/cris/check_moveq.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/cris/check_moveq.c b/tests/cris/check_moveq.c
index 9f71194..80f2dff 100644
--- a/tests/cris/check_moveq.c
+++ b/tests/cris/check_moveq.c
@@ -20,7 +20,7 @@ int main(void)
if (t != 10)
err();
- /* make sure moveq doesnt clobber the zflag. */
+ /* make sure moveq doesn't clobber the zflag. */
cris_tst_cc_init();
asm volatile ("setf vnc\n");
asm volatile ("clearf z\n");
@@ -29,7 +29,7 @@ int main(void)
if (t != 0)
err();
- /* make sure moveq doesnt clobber the nflag.
+ /* make sure moveq doesn't clobber the nflag.
Also check large immediates */
cris_tst_cc_init();
asm volatile ("setf zvc\n");
OpenPOWER on IntegriCloud