diff options
-rw-r--r-- | instrumentation/cmplog-instructions-pass.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/instrumentation/cmplog-instructions-pass.cc b/instrumentation/cmplog-instructions-pass.cc index 6656bf71..a2083a33 100644 --- a/instrumentation/cmplog-instructions-pass.cc +++ b/instrumentation/cmplog-instructions-pass.cc @@ -478,6 +478,7 @@ bool CmpLogInstructions::hookInstrs(Module &M) { */ if (is_fp) { +/* ConstantFP *i0 = dyn_cast<ConstantFP>(op0); ConstantFP *i1 = dyn_cast<ConstantFP>(op1); // BUG FIXME TODO: this is null ... but why? @@ -497,6 +498,7 @@ bool CmpLogInstructions::hookInstrs(Module &M) { last_val1 = cur_val; } +*/ } else { |