[llvm-commits] CVS: llvm/lib/Transforms/Utils/LCSSA.cpp

Owen Anderson resistor at mac.com
Sun Jun 11 12:22:41 PDT 2006



Changes in directory llvm/lib/Transforms/Utils:

LCSSA.cpp updated: 1.18 -> 1.19
---
Log message:

Re-commit the safe parts of my 6/9 patch.  Still working on fixing the unsafe parts.


---
Diffs of the changes:  (+2 -0)

 LCSSA.cpp |    2 ++
 1 files changed, 2 insertions(+)


Index: llvm/lib/Transforms/Utils/LCSSA.cpp
diff -u llvm/lib/Transforms/Utils/LCSSA.cpp:1.18 llvm/lib/Transforms/Utils/LCSSA.cpp:1.19
--- llvm/lib/Transforms/Utils/LCSSA.cpp:1.18	Sun Jun 11 04:32:57 2006
+++ llvm/lib/Transforms/Utils/LCSSA.cpp	Sun Jun 11 14:22:28 2006
@@ -132,6 +132,8 @@
     processInstruction(*I, exitBlocks);
   }
   
+  assert(L->isLCSSAForm());
+  
   return true;
 }
 






More information about the llvm-commits mailing list