Changes in directory llvm/lib/Transforms/Utils:

InlineFunction.cpp updated: 1.53 -> 1.54
---
Log message:

Fix typos in comments.


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

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


Index: llvm/lib/Transforms/Utils/InlineFunction.cpp
diff -u llvm/lib/Transforms/Utils/InlineFunction.cpp:1.53 
llvm/lib/Transforms/Utils/InlineFunction.cpp:1.54
--- llvm/lib/Transforms/Utils/InlineFunction.cpp:1.53   Mon Feb 12 20:10:56 2007
+++ llvm/lib/Transforms/Utils/InlineFunction.cpp        Tue Feb 20 14:52:03 2007
@@ -263,7 +263,7 @@
             ++I;
 
           // Transfer all of the allocas over in a block.  Using splice means
-          // that they instructions aren't removed from the symbol table, then
+          // that the instructions aren't removed from the symbol table, then
           // reinserted.
           Caller->front().getInstList().splice(InsertPoint,
                                                FirstNewBlock->getInstList(),



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to