diff options
Diffstat (limited to 'include/llvm/iMemory.h')
-rw-r--r-- | include/llvm/iMemory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/iMemory.h b/include/llvm/iMemory.h index 5fc5986e63..8f356bf1f7 100644 --- a/include/llvm/iMemory.h +++ b/include/llvm/iMemory.h @@ -177,7 +177,7 @@ public: const vector<Value*> &Indices, bool AllowStructLeaf = false); - const vector<ConstPoolVal*> getIndicesBROKEN() const; + const vector<Constant*> getIndicesBROKEN() const; inline op_iterator idx_begin() { |