[llvm] r175647 - Formatting, grammar
Andrew Kaylor
andrew.kaylor at intel.com
Wed Feb 20 10:24:34 PST 2013
Author: akaylor
Date: Wed Feb 20 12:24:34 2013
New Revision: 175647
URL: http://llvm.org/viewvc/llvm-project?rev=175647&view=rev
Log:
Formatting, grammar
Modified:
llvm/trunk/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
Modified: llvm/trunk/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp?rev=175647&r1=175646&r2=175647&view=diff
==============================================================================
--- llvm/trunk/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp (original)
+++ llvm/trunk/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp Wed Feb 20 12:24:34 2013
@@ -436,9 +436,8 @@ void RuntimeDyldImpl::resolveExternalSym
// This is an absolute symbol, use an address of zero.
DEBUG(dbgs() << "Resolving absolute relocations." << "\n");
resolveRelocationList(Relocs, 0);
- }
- else {
- // This is an external symbol, try to get it address from
+ } else {
+ // This is an external symbol, try to get its address from
// MemoryManager.
uint8_t *Addr = (uint8_t*) MemMgr->getPointerToNamedFunction(Name.data(),
true);
More information about the llvm-commits
mailing list