[llvm-commits] CVS: llvm/lib/Transforms/IPO/RaiseAllocations.cpp
Chris Lattner
lattner at cs.uiuc.edu
Sat Feb 26 22:17:08 PST 2005
Changes in directory llvm/lib/Transforms/IPO:
RaiseAllocations.cpp updated: 1.27 -> 1.28
---
Log message:
Fix spelling, patch contributed by Gabor Greif!
---
Diffs of the changes: (+1 -1)
RaiseAllocations.cpp | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Transforms/IPO/RaiseAllocations.cpp
diff -u llvm/lib/Transforms/IPO/RaiseAllocations.cpp:1.27 llvm/lib/Transforms/IPO/RaiseAllocations.cpp:1.28
--- llvm/lib/Transforms/IPO/RaiseAllocations.cpp:1.27 Mon Nov 8 23:10:56 2004
+++ llvm/lib/Transforms/IPO/RaiseAllocations.cpp Sun Feb 27 00:16:55 2005
@@ -186,7 +186,7 @@
// If no prototype was provided for free, we may need to cast the
// source pointer. This should be really uncommon, but it's necessary
- // just in case we are dealing with wierd code like this:
+ // just in case we are dealing with weird code like this:
// free((long)ptr);
//
Value *Source = *CS.arg_begin();
More information about the llvm-commits
mailing list