[llvm-commits] CVS: llvm/lib/Reoptimizer/Inst/lib/SparcInstManip.cpp

Joel Stanley jstanley at cs.uiuc.edu
Wed May 28 08:53:01 PDT 2003


Changes in directory llvm/lib/Reoptimizer/Inst/lib:

SparcInstManip.cpp updated: 1.15 -> 1.16

---
Log message:



---
Diffs of the changes:

Index: llvm/lib/Reoptimizer/Inst/lib/SparcInstManip.cpp
diff -u llvm/lib/Reoptimizer/Inst/lib/SparcInstManip.cpp:1.15 llvm/lib/Reoptimizer/Inst/lib/SparcInstManip.cpp:1.16
--- llvm/lib/Reoptimizer/Inst/lib/SparcInstManip.cpp:1.15	Sun May 18 22:00:38 2003
+++ llvm/lib/Reoptimizer/Inst/lib/SparcInstManip.cpp	Wed May 28 08:52:41 2003
@@ -411,8 +411,8 @@
 
     // NB: Clearing PROT_WRITE here will result in subsequent valloc/memalign calls
     // segfaulting.  Apparently, write access to the page is still needed for later heap
-    // allocations from the same page, although the requirement of write access is
-    // somewhat unclear.
+    // allocations from the same page, although the reasons why write access are somewhat
+    // unclear.
 
     setPageBits(heapSlot, numHeapBytes, PROT_READ | PROT_WRITE | PROT_EXEC);
 





More information about the llvm-commits mailing list