Fix comment

llvm-svn: 163835
This commit is contained in:
Michael Liao 2012-09-13 20:30:16 +00:00
parent 737fc6c3c3
commit 8b48bf27b0
1 changed files with 1 additions and 1 deletions

View File

@ -8407,7 +8407,7 @@ SDValue X86TargetLowering::LowerVectorAllZeroTest(SDValue Op, SelectionDAG &DAG)
}
assert((VT.is128BitVector() || VT.is256BitVector()) &&
"Not extracted from 128-bit vector.");
"Not extracted from 128-/256-bit vector.");
unsigned FullMask = (1U << VT.getVectorNumElements()) - 1U;
SmallVector<SDValue, 8> VecIns;