[llvm-commits] [parallel] CVS: llvm/lib/Transforms/Parallel/ParallelCallsToThreads.cpp

Misha Brukman brukman at cs.uiuc.edu
Mon May 17 19:25:03 PDT 2004


Changes in directory llvm/lib/Transforms/Parallel:

ParallelCallsToThreads.cpp updated: 1.1.2.3 -> 1.1.2.4

---
Log message:

Fix comment to be up-to-date.


---
Diffs of the changes:  (+1 -1)

Index: llvm/lib/Transforms/Parallel/ParallelCallsToThreads.cpp
diff -u llvm/lib/Transforms/Parallel/ParallelCallsToThreads.cpp:1.1.2.3 llvm/lib/Transforms/Parallel/ParallelCallsToThreads.cpp:1.1.2.4
--- llvm/lib/Transforms/Parallel/ParallelCallsToThreads.cpp:1.1.2.3	Fri May  7 16:37:56 2004
+++ llvm/lib/Transforms/Parallel/ParallelCallsToThreads.cpp	Mon May 17 19:24:30 2004
@@ -77,7 +77,7 @@
   bool Changed = false;
   ParallelInfo &PI = getAnalysis<ParallelInfo>();
 
-  // Convert parallel calls to pthread_create() invocations
+  // Convert parallel calls to __llvm_thread_start() invocations
   for (ParallelInfo::iterator i = PI.begin(), e = PI.end(); i != e; ++i) {
     ParallelSeq *PS = *i;
     for (ParallelSeq::riterator r = PS->rbegin(), re = PS->rend(); 





More information about the llvm-commits mailing list