Fix a comment so that the element numbering match the actual element

operand numbering.

llvm-svn: 37944
This commit is contained in:
Dan Gohman 2007-07-06 13:27:33 +00:00
parent bab5355ff4
commit fd404813e8
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ namespace ISD {
// FCOPYSIGN(f32, f64) is allowed.
FCOPYSIGN,
/// BUILD_VECTOR(ELT1, ELT2, ELT3, ELT4,...) - Return a vector
/// BUILD_VECTOR(ELT0, ELT1, ELT2, ELT3,...) - Return a vector
/// with the specified, possibly variable, elements. The number of elements
/// is required to be a power of two.
BUILD_VECTOR,