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:
2f192c2
)
Fix a comment.
author
Bob Wilson
<bob.wilson@apple.com>
Fri, 30 Oct 2009 20:13:25 +0000
(20:13 +0000)
committer
Bob Wilson
<bob.wilson@apple.com>
Fri, 30 Oct 2009 20:13:25 +0000
(20:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85610
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/ARM/ARMISelLowering.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/ARM/ARMISelLowering.cpp
b/lib/Target/ARM/ARMISelLowering.cpp
index a76729c5f8b5da035aa1c11fb0121bf82189f923..cfe840442dfaecf03a9d91753fd0cb1188c62a22 100644
(file)
--- a/
lib/Target/ARM/ARMISelLowering.cpp
+++ b/
lib/Target/ARM/ARMISelLowering.cpp
@@
-2065,7
+2065,7
@@
static SDValue getZeroVector(EVT VT, SelectionDAG &DAG, DebugLoc dl) {
static SDValue getOnesVector(EVT VT, SelectionDAG &DAG, DebugLoc dl) {
assert(VT.isVector() && "Expected a vector type");
- // Always build ones vectors as <16 x i
32> or <8 x i32
> bitcasted to their
+ // Always build ones vectors as <16 x i
8> or <8 x i8
> bitcasted to their
// dest type. This ensures they get CSE'd.
SDValue Vec;
SDValue Cst = DAG.getTargetConstant(0xFF, MVT::i8);