]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix typos.
authorCerion Armour-Brown <cerion@valgrind.org>
Sat, 17 Dec 2005 11:28:53 +0000 (11:28 +0000)
committerCerion Armour-Brown <cerion@valgrind.org>
Sat, 17 Dec 2005 11:28:53 +0000 (11:28 +0000)
git-svn-id: svn://svn.valgrind.org/vex/trunk@1500

VEX/priv/guest-ppc32/toIR.c
VEX/priv/host-ppc32/hdefs.h

index 59a8cd3b1e871dcd36f715907a5ff0768c59ce9b..493805fa9b7c201288b1cc47d7de888da6a8c6ef 100644 (file)
@@ -749,13 +749,13 @@ static IRExpr* mkV128from4x64U ( IRExpr* t3, IRExpr* t2,
             binop(Iop_ShrV128, expr_vA, mkU8(16)), \
             binop(Iop_ShrV128, expr_vB, mkU8(16)))
 
-static IRExpr* /* :: Ity_I32/64 */ mk64lo32Sto64 ( IRExpr* src )
+static IRExpr* /* :: Ity_I64 */ mk64lo32Sto64 ( IRExpr* src )
 {
    vassert(typeOfIRExpr(irbb->tyenv, src) == Ity_I64);
    return unop(Iop_32Sto64, unop(Iop_64to32, src));
 }
 
-static IRExpr* /* :: Ity_I32/64 */ mk64lo32Uto64 ( IRExpr* src )
+static IRExpr* /* :: Ity_I64 */ mk64lo32Uto64 ( IRExpr* src )
 {
    vassert(typeOfIRExpr(irbb->tyenv, src) == Ity_I64);
    return unop(Iop_32Uto64, unop(Iop_64to32, src));
index 686c2f89ea3d442a25c379c525e2ccf5ae810481..a36d55d671cb1c151945b75fef797e94bf595af3 100644 (file)
@@ -759,7 +759,7 @@ typedef
 
 extern PPC32Instr* PPC32Instr_LI         ( HReg, ULong, Bool );
 extern PPC32Instr* PPC32Instr_Alu        ( PPC32AluOp, HReg, HReg, PPC32RH* );
-extern PPC32Instr* PPC32Instr_Shft       ( PPC32AluOp, Bool sz32, HReg, HReg, PPC32RH* );
+extern PPC32Instr* PPC32Instr_Shft       ( PPC32ShftOp, Bool sz32, HReg, HReg, PPC32RH* );
 extern PPC32Instr* PPC32Instr_AddSubC32  ( Bool, Bool, HReg, HReg, HReg );
 extern PPC32Instr* PPC32Instr_Cmp        ( Bool, Bool, UInt, HReg, PPC32RH* );
 extern PPC32Instr* PPC32Instr_Unary      ( PPC32UnaryOp op, HReg dst, HReg src );