]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Remove unused prototype. Add a fixs390.
authorFlorian Krohm <florian@eich-krohm.de>
Tue, 7 Oct 2014 21:57:05 +0000 (21:57 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Tue, 7 Oct 2014 21:57:05 +0000 (21:57 +0000)
git-svn-id: svn://svn.valgrind.org/vex/trunk@2968

VEX/priv/host_s390_defs.h
VEX/priv/main_main.c

index 4884c5b129fb05446b7995fda2a469a1f89189b5..73f73677338cd74e20373a4e6c69b0443e2bba07 100644 (file)
@@ -741,7 +741,6 @@ Int   emit_S390Instr       ( Bool *, UChar *, Int, s390_insn *, Bool,
 void  getAllocableRegs_S390( Int *, HReg **, Bool );
 void  genSpill_S390        ( HInstr **, HInstr **, HReg , Int , Bool );
 void  genReload_S390       ( HInstr **, HInstr **, HReg , Int , Bool );
-s390_insn *directReload_S390 ( s390_insn *, HReg, Short );
 HInstrArray *iselSB_S390   ( IRSB *, VexArch, VexArchInfo *, VexAbiInfo *,
                              Int, Int, Bool, Bool, Addr64);
 
index 98ab2d213d5c8783619cd771e99a67112c79969f..49e644ccc32f265c9f918c2180862ad2002a7eff 100644 (file)
@@ -393,6 +393,7 @@ VexTranslateResult LibVEX_Translate ( VexTranslateArgs* vta )
          mapRegs     = (void(*)(HRegRemap*,HInstr*, Bool)) mapRegs_S390Instr;
          genSpill    = (void(*)(HInstr**,HInstr**,HReg,Int,Bool)) genSpill_S390;
          genReload   = (void(*)(HInstr**,HInstr**,HReg,Int,Bool)) genReload_S390;
+         // fixs390: consider implementing directReload_S390
          ppInstr     = (void(*)(HInstr*, Bool)) ppS390Instr;
          ppReg       = (void(*)(HReg)) ppHRegS390;
          iselSB      = iselSB_S390;