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

Chris Lattner lattner at cs.uiuc.edu
Sat Feb 26 22:17:17 PST 2005



Changes in directory llvm/lib/Transforms/Utils:

SimplifyCFG.cpp updated: 1.65 -> 1.66
---
Log message:

Fix spelling, patch contributed by Gabor Greif!



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

 SimplifyCFG.cpp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/lib/Transforms/Utils/SimplifyCFG.cpp
diff -u llvm/lib/Transforms/Utils/SimplifyCFG.cpp:1.65 llvm/lib/Transforms/Utils/SimplifyCFG.cpp:1.66
--- llvm/lib/Transforms/Utils/SimplifyCFG.cpp:1.65	Sat Feb 26 12:33:28 2005
+++ llvm/lib/Transforms/Utils/SimplifyCFG.cpp	Sun Feb 27 00:17:04 2005
@@ -196,7 +196,7 @@
   if (!I) return true;    // Non-instructions all dominate instructions.
   BasicBlock *PBB = I->getParent();
 
-  // We don't want to allow wierd loops that might have the "if condition" in
+  // We don't want to allow weird loops that might have the "if condition" in
   // the bottom of this block.
   if (PBB == BB) return false;
 






More information about the llvm-commits mailing list