OSDN Git Service

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)
commit1052042adf8362b0fff2dd5b0d1240b558ca743f
tree6ea5841d63d63647b22c21db93e63979efc44f3e
parentd525214b96a9ae361f5dd5b03956b9335f14ff66
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@237967 91177308-0d34-0410-b5e6-96231b3b80d8
lib/IR/Constants.cpp
lib/IR/Instructions.cpp