about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--instrumentation/compare-transform-pass.so.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/instrumentation/compare-transform-pass.so.cc b/instrumentation/compare-transform-pass.so.cc
index ebab9cbb..496d69fc 100644
--- a/instrumentation/compare-transform-pass.so.cc
+++ b/instrumentation/compare-transform-pass.so.cc
@@ -468,6 +468,7 @@ bool CompareTransform::transformCmps(Module &M, const bool processStrcmp,
     bool        nullCheck = false;
     Function   *Callee = callInst->getCalledFunction();
 
+    /*
     fprintf(stderr, "%s - %s - %s\n",
             callInst->getParent()
                 ->getParent()
@@ -476,7 +477,7 @@ bool CompareTransform::transformCmps(Module &M, const bool processStrcmp,
                 .str()
                 .c_str(),
             callInst->getParent()->getParent()->getName().str().c_str(),
-            Callee ? Callee->getName().str().c_str() : "NULL");
+            Callee ? Callee->getName().str().c_str() : "NULL");*/
 
     if (Callee) {