[OperandBundles] Remove a useless accessor from OperandBundleUser
authorSanjoy Das <sanjoy@playingwithpointers.com>
Wed, 7 Oct 2015 02:39:21 +0000 (02:39 +0000)
committerSanjoy Das <sanjoy@playingwithpointers.com>
Wed, 7 Oct 2015 02:39:21 +0000 (02:39 +0000)
commit9f70f927c58a652155a05032b6d44fd4dbe9a3be
tree6e55e890b6113bab5cc05670005b19f5ca27d60c
parent6a2f1276e50a462dfafdc579955684f6516f3cdb
[OperandBundles] Remove a useless accessor from OperandBundleUser

Since the `const` version of `getOperandBundle` returns a value of the
same type as the non-`const` version, the non-`const` version is
redundant.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@249509 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/InstrTypes.h