]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
New header priv/ir/iropt.h
authorJulian Seward <jseward@acm.org>
Wed, 18 Aug 2004 13:58:59 +0000 (13:58 +0000)
committerJulian Seward <jseward@acm.org>
Wed, 18 Aug 2004 13:58:59 +0000 (13:58 +0000)
git-svn-id: svn://svn.valgrind.org/vex/trunk@175

VEX/Makefile

index 9b6beb05421dbab9aa7d35e367b8811386e1b7e9..542cfc5dae582383acb04f6c30e2c5f1f60bfb1e 100644 (file)
@@ -7,7 +7,8 @@ PRIV_HEADERS =  priv/host-x86/hdefs.h                   \
                priv/host-generic/h_generic_regs.h      \
                priv/main/vex_globals.h                 \
                priv/main/vex_util.h                    \
-               priv/guest-x86/gdefs.h
+               priv/guest-x86/gdefs.h                  \
+               priv/ir/iropt.h
 
 LIB_OBJS =     priv/ir/irdefs.o                        \
                priv/ir/iropt.o                         \