Add some bits that I found useful when converting InsertValueInst and
authorJay Foad <jay.foad@gmail.com>
Wed, 13 Jul 2011 09:15:05 +0000 (09:15 +0000)
committerJay Foad <jay.foad@gmail.com>
Wed, 13 Jul 2011 09:15:05 +0000 (09:15 +0000)
commit5d4f9909c49d28db9572acc4513c1a695b0c53da
tree22fce2bd32c9fa878b38aacd1af205d36189f30e
parentcf852dc49bfadb79a27455f8773dbfda2b96f4f6
Add some bits that I found useful when converting InsertValueInst and
ExtractValueInst APIs to use ArrayRef: a new constructor taking a
(begin, end) range, and operators == and != for element-wise comparison.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135039 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/ArrayRef.h