Code cleanup in RuntimeDyld:
authorEli Bendersky <eli.bendersky@intel.com>
Mon, 30 Apr 2012 10:06:27 +0000 (10:06 +0000)
committerEli Bendersky <eli.bendersky@intel.com>
Mon, 30 Apr 2012 10:06:27 +0000 (10:06 +0000)
commit6d15e8717767af9a6a20c6ea456119c15c77dd00
treebbeb379ab6d8efb43848cf51479cb1223396fd5c
parent6aa33274ed9e428292989c099957aa096bc80014
Code cleanup in RuntimeDyld:

- Add comments
- Change field names to be more reasonable
- Fix indentation and naming to conform to coding conventions
- Remove unnecessary includes / replace them by forward declatations

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155815 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp