So the only thing to test for here is the condition code.
Note, no testing for "convert from ..." insns here, as they are
- covered in bfd-emit.pl and do not set the condition code.
+ covered in bfp-emit.pl and do not set the condition code.
*/
#include <stdio.h>
#include <stdint.h>
# operators and condition code computation. This is done elsewhere.
#
# Here we do the following:
-# Craft a tiny program using insns X. Run valgrind on it, trace IR
+# Craft a tiny program using insn X. Run valgrind on it, trace IR
# generation and assembly. Check the output making sure that insn X
# appears once in the "Frontend" section and once in the "Assembly"
# section.