This commit fixes a redundant #if defined line.  The define
VG_PLAT_USES_PPCTOC is only true for PPC64 big endian, do not
need to quailify the #if statement condition of VG_PLAT_USES_PPCTOC
with !VGP_ppc64le_linux.

There is no associated bugzilla.  The fix is in response to an
email message.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14822 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/coregrind/m_translate.c b/coregrind/m_translate.c
index 2251138..afbbe52 100644
--- a/coregrind/m_translate.c
+++ b/coregrind/m_translate.c
@@ -1326,7 +1326,7 @@
    Int offB_GPR25 = offsetof(VexGuestMIPS64State, guest_r25);
    addStmtToIRSB(bb, IRStmt_Put(offB_GPR25, mkU64(closure->readdr)));
 #  endif
-#  if defined(VG_PLAT_USES_PPCTOC) && !defined(VGP_ppc64le_linux)
+#  if defined(VG_PLAT_USES_PPCTOC)
    addStmtToIRSB( 
       bb,
       IRStmt_Put(