Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. See:...
[oota-llvm.git] / include / llvm / ADT / PackedVector.h
2011-06-15 Argyrios KyrtzidisConstify PackedVector::reference::operator T().
2011-05-31 Argyrios KyrtzidisIntroduce PackedVector, useful for storing a vector...