diff options
author | Chris Lattner <sabre@nondot.org> | 2005-08-03 16:52:22 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-08-03 16:52:22 +0000 |
commit | a34cbcc50a39a53e212a754592479ceab56c84c0 (patch) | |
tree | d393c6a680a267a87419c94195d0454cbb85ea7a /lib/Target/PowerPC/PPCISelPattern.cpp | |
parent | 865dc8f64f50b72dbc8acb7851e606357f9d81f1 (diff) |
minor capitalization thing, patch by Jim Laskey
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22617 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPCISelPattern.cpp')
-rw-r--r-- | lib/Target/PowerPC/PPCISelPattern.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/PPCISelPattern.cpp b/lib/Target/PowerPC/PPCISelPattern.cpp index f6f794ed56..2423405a11 100644 --- a/lib/Target/PowerPC/PPCISelPattern.cpp +++ b/lib/Target/PowerPC/PPCISelPattern.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. |