Reduce dyn_cast<> to isa<> or cast<> where possible.
[oota-llvm.git] / lib / ExecutionEngine / SectionMemoryManager.cpp
2015-02-06 Lang Hames[Orc] Move SectionMemoryManager's implementation from...