[Compbench-devel] CompBenchmarks++/libcompbenchmarks/Plan Plan.cpp, 1.5, 1.6
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2007-02-06 19:25:58
|
Update of /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/Plan In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv16240 Modified Files: Plan.cpp Log Message: Changes in CBM::Compiler method names. Index: Plan.cpp =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/Plan/Plan.cpp,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Plan.cpp 5 Feb 2007 20:05:14 -0000 1.5 --- Plan.cpp 6 Feb 2007 19:25:52 -0000 1.6 *************** *** 31,35 **** for(i=0; i<n; i++) { C=getCompiler(i); ! if (C->compilerName() == _compiler->compilerName()) { return(0); } --- 31,35 ---- for(i=0; i<n; i++) { C=getCompiler(i); ! if (C->Name() == _compiler->Name()) { return(0); } |