summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-04-29 19:03:21 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-04-29 19:03:21 +0000
commitca0e73610056110e9a175c14dd82d6d616fd830f (patch)
tree23b6f336b92dfa75f52e70c5209b2a45be8cab1e /lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h
parentf2e83499fcc41484cb5dac073c4fe87525926d2b (diff)
downloadllvm-ca0e73610056110e9a175c14dd82d6d616fd830f.tar.gz
llvm-ca0e73610056110e9a175c14dd82d6d616fd830f.tar.bz2
llvm-ca0e73610056110e9a175c14dd82d6d616fd830f.tar.xz
Use a RelocationRef instead of a relocation_iterator.
No functionality change. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180723 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h')
-rw-r--r--lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h b/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h
index d0022c196d..a02b19ca34 100644
--- a/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h
+++ b/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h
@@ -282,7 +282,7 @@ protected:
/// \brief Parses the object file relocation and stores it to Relocations
/// or SymbolRelocations (this depends on the object file type).
virtual void processRelocationRef(unsigned SectionID,
- relocation_iterator RelI,
+ RelocationRef RelI,
ObjectImage &Obj,
ObjSectionToIDMap &ObjSectionToID,
const SymbolTableMap &Symbols,