mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-23 17:24:48 +00:00
PR9214: Convert ConstantExpr::getIndices() to return an ArrayRef, plus
related tweaks to ExprMapKeyType. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129443 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -885,7 +885,7 @@ public:
|
||||
|
||||
/// getIndices - Assert that this is an insertvalue or exactvalue
|
||||
/// expression and return the list of indices.
|
||||
const SmallVector<unsigned, 4> &getIndices() const;
|
||||
ArrayRef<unsigned> getIndices() const;
|
||||
|
||||
/// getOpcodeName - Return a string representation for an opcode.
|
||||
const char *getOpcodeName() const;
|
||||
|
Reference in New Issue
Block a user