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:
95b2577
)
Test commit access. Fixed comment to have correct input parameter name and
author
Kevin B. Smith
<kevin.b.smith@intel.com>
Wed, 7 Oct 2015 17:24:25 +0000
(17:24 +0000)
committer
Kevin B. Smith
<kevin.b.smith@intel.com>
Wed, 7 Oct 2015 17:24:25 +0000
(17:24 +0000)
period termination.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@249571
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/X86/X86ISelLowering.cpp
b/lib/Target/X86/X86ISelLowering.cpp
index c3d3354c47c97d48d18d0544467c022c9511e76a..c9c57e435630accdd8ce669f51187aa363f8d4b0 100644
(file)
--- a/
lib/Target/X86/X86ISelLowering.cpp
+++ b/
lib/Target/X86/X86ISelLowering.cpp
@@
-4229,7
+4229,7
@@
unsigned X86::getInsertVINSERT256Immediate(SDNode *N) {
return getInsertVINSERTImmediate(N, 256);
}
-/// Returns true if
Elt is a constant integer zero
+/// Returns true if
V is a constant integer zero.
static bool isZero(SDValue V) {
ConstantSDNode *C = dyn_cast<ConstantSDNode>(V);
return C && C->isNullValue();