[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPC32ISelPattern.cpp

Chris Lattner lattner at cs.uiuc.edu
Wed Aug 3 09:52:33 PDT 2005



Changes in directory llvm/lib/Target/PowerPC:

PPC32ISelPattern.cpp updated: 1.112 -> 1.113
---
Log message:

minor capitalization thing, patch by Jim Laskey


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

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


Index: llvm/lib/Target/PowerPC/PPC32ISelPattern.cpp
diff -u llvm/lib/Target/PowerPC/PPC32ISelPattern.cpp:1.112 llvm/lib/Target/PowerPC/PPC32ISelPattern.cpp:1.113
--- llvm/lib/Target/PowerPC/PPC32ISelPattern.cpp:1.112	Tue Aug  2 14:30:55 2005
+++ llvm/lib/Target/PowerPC/PPC32ISelPattern.cpp	Wed Aug  3 11:52:22 2005
@@ -36,7 +36,7 @@
 using namespace llvm;
 
 
-// IsRunOfOnes - returns true if Val consists of one contiguous run of 1's with
+// IsRunOfOnes - Returns true if Val consists of one contiguous run of 1's with
 // any number of 0's on either side.  the 1's are allowed to wrap from LSB to
 // MSB.  so 0x000FFF0, 0x0000FFFF, and 0xFF0000FF are all runs.  0x0F0F0000 is
 // not, since all 1's are not contiguous.






More information about the llvm-commits mailing list