Skip to content

Commit 9c14679

Browse files
author
Jim Grosbach
committed
tidy up.
llvm-svn: 129032
1 parent 8ce2f43 commit 9c14679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ class RuntimeDyldImpl {
104104
};
105105

106106
void RuntimeDyldImpl::extractFunction(StringRef Name, uint8_t *StartAddress,
107-
uint8_t *EndAddress) {
107+
uint8_t *EndAddress) {
108108
// Allocate memory for the function via the memory manager.
109109
uintptr_t Size = EndAddress - StartAddress + 1;
110110
uint8_t *Mem = MemMgr->startFunctionBody(Name.data(), Size);

0 commit comments

Comments
 (0)