projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
865dc8f
)
minor capitalization thing, patch by Jim Laskey
author
Chris Lattner
<sabre@nondot.org>
Wed, 3 Aug 2005 16:52:22 +0000
(16:52 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Wed, 3 Aug 2005 16:52:22 +0000
(16:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22617
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/PowerPC/PPCISelPattern.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/PowerPC/PPCISelPattern.cpp
b/lib/Target/PowerPC/PPCISelPattern.cpp
index f6f794ed564ff028e576cb8025878c29b811208c..2423405a11c766d6e7720badf50de12b74455e0b 100644
(file)
--- a/
lib/Target/PowerPC/PPCISelPattern.cpp
+++ b/
lib/Target/PowerPC/PPCISelPattern.cpp
@@
-36,7
+36,7
@@
using namespace llvm;
-// IsRunOfOnes -
r
eturns true if Val consists of one contiguous run of 1's with
+// IsRunOfOnes -
R
eturns 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.