Use Op<0> accessor instead of OperandList for Instructions. NFC
authorPete Cooper <peter_cooper@apple.com>
Thu, 21 May 2015 22:48:54 +0000 (22:48 +0000)
committerPete Cooper <peter_cooper@apple.com>
Thu, 21 May 2015 22:48:54 +0000 (22:48 +0000)
commiteb31b68cefd5ab38ba61ac11c73108a5e344272d
tree470f094a7a201ada4b838441805112b3d74c20e9
parent9afad0e954d99193075ca305eabfb6a5227f1a1e
Use Op<0> accessor instead of OperandList for Instructions.  NFC

This is consistent with other uses of the operand list.  I'm planning a future commit where this will actually matter.

llvm-svn: 237967
llvm/lib/IR/Constants.cpp
llvm/lib/IR/Instructions.cpp