Test commit access. Fixed comment to have correct input parameter name and
authorKevin B. Smith <kevin.b.smith@intel.com>
Wed, 7 Oct 2015 17:24:25 +0000 (17:24 +0000)
committerKevin 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

index c3d3354c47c97d48d18d0544467c022c9511e76a..c9c57e435630accdd8ce669f51187aa363f8d4b0 100644 (file)
@@ -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();