[llvm-commits] [test-suite] r49154 - /test-suite/trunk/SingleSource/Benchmarks/Misc-C++/llloops.cpp

Owen Anderson resistor at mac.com
Thu Apr 3 00:32:23 PDT 2008


Author: resistor
Date: Thu Apr  3 02:32:22 2008
New Revision: 49154

URL: http://llvm.org/viewvc/llvm-project?rev=49154&view=rev
Log:
Remove an untrue comment.

Modified:
    test-suite/trunk/SingleSource/Benchmarks/Misc-C++/llloops.cpp

Modified: test-suite/trunk/SingleSource/Benchmarks/Misc-C++/llloops.cpp
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/Benchmarks/Misc-C%2B%2B/llloops.cpp?rev=49154&r1=49153&r2=49154&view=diff

==============================================================================
--- test-suite/trunk/SingleSource/Benchmarks/Misc-C++/llloops.cpp (original)
+++ test-suite/trunk/SingleSource/Benchmarks/Misc-C++/llloops.cpp Thu Apr  3 02:32:22 2008
@@ -41,8 +41,6 @@
  *        Kernel 2  change i = ipntp - 1; to i = ipntp;                 *
  *        Kernel 7  third line of inner loop change r to q              *
  ************************************************************************
- *  Because of the inaccuracy of the PC clock, this version arranges    
- *  for timing to be based on at least five seconds.
  *
  *  The kernels are executed as follows:
  *





More information about the llvm-commits mailing list