3 2006-05-21: vex r1619 finally causes the x86->IR front end to state
4 exactly the %eflags dataflow surrounding 'cmpb $0, ... ; js ..'
5 and so memcheck no longer gives a false positive on this test.
10 Assembly derived from the following program compiled with -O2.
11 This fools Valgrind, causing it to give a false error.
42 foo = malloc(sizeof(struct Foo));
52 #include "tests/asm.h"
55 #if defined(VGO_linux) || defined(VGO_solaris)
84 call VG_SYM_ASM(printf)
91 .globl VG_SYM_ASM(main)
97 call VG_SYM_ASM(malloc)
106 .ident "GCC: (GNU) 2.96 20000731 (Red Hat Linux 7.1 2.96-98)"