From 63f61c2e0b1abcf8450b5872e753bfbc58d19b58 Mon Sep 17 00:00:00 2001 From: trevor_hansen Date: Tue, 10 Aug 2010 00:41:55 +0000 Subject: [PATCH] Correct a comment git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@973 e59a4935-1847-0410-ae03-e826735625c1 --- src/to-sat/BitBlaster.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/to-sat/BitBlaster.cpp b/src/to-sat/BitBlaster.cpp index e25825d..9da8706 100644 --- a/src/to-sat/BitBlaster.cpp +++ b/src/to-sat/BitBlaster.cpp @@ -405,7 +405,6 @@ const BBNodeVec BitBlaster::BBTerm(const ASTNode& term, B const BBNodeVec& mpcd2 = BBTerm(t1, support); assert(mpcd1.size() == mpcd2.size()); //Revereses the order of the nodes w/out the need for temporaries - //This is needed because t0 an t1 must be const if ((BVCONST != t0.GetKind()) && (BVCONST == t1.GetKind())) { result = BBMult(mpcd2, mpcd1, support,t1,t0); -- 2.47.3