summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-08-03 16:52:22 +0000
committerChris Lattner <sabre@nondot.org>2005-08-03 16:52:22 +0000
commit8dc82b7909888de1022be17f5799b5955f6d8b7e (patch)
treefd8284965ed4813543fc41488bdb8f2fe806c3c1 /llvm/lib
parentdfc20bf2dd9ea1d3fbfd2f4f849974ae8ae99b1d (diff)
downloadbcm5719-llvm-8dc82b7909888de1022be17f5799b5955f6d8b7e.tar.gz
bcm5719-llvm-8dc82b7909888de1022be17f5799b5955f6d8b7e.zip
minor capitalization thing, patch by Jim Laskey
llvm-svn: 22617
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/PowerPC/PPC32ISelPattern.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/PPC32ISelPattern.cpp b/llvm/lib/Target/PowerPC/PPC32ISelPattern.cpp
index f6f794ed564..2423405a11c 100644
--- a/llvm/lib/Target/PowerPC/PPC32ISelPattern.cpp
+++ b/llvm/lib/Target/PowerPC/PPC32ISelPattern.cpp
@@ -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.
OpenPOWER on IntegriCloud