Tidy up.
authorJim Grosbach <grosbach@apple.com>
Mon, 16 Jan 2012 23:50:58 +0000 (23:50 +0000)
committerJim Grosbach <grosbach@apple.com>
Mon, 16 Jan 2012 23:50:58 +0000 (23:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148265 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

index 99524a3b0025ab964eb9ff59783fc05f33f739c8..51f6ef0a872180bd8bdfb2dc974527003b5e2e60 100644 (file)
@@ -1,4 +1,4 @@
-//===-- RuntimeDyld.cpp - Run-time dynamic linker for MC-JIT ------*- C++ -*-===//
+//===-- RuntimeDyld.cpp - Run-time dynamic linker for MC-JIT ----*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
@@ -41,7 +41,7 @@ void RuntimeDyldImpl::extractFunction(StringRef Name, uint8_t *StartAddress,
 
   // Default the assigned address for this symbol to wherever this
   // allocated it.
-  SymbolTable[Name] = SymbolLoc(SectionID, 0); 
+  SymbolTable[Name] = SymbolLoc(SectionID, 0);
   DEBUG(dbgs() << "    allocated to [" << Mem << ", " << Mem + Size << "]\n");
 }
 
index 5c45cf3f8093d10da2b43157e27740d5d04303fc..fa7fa0f8f124e1fdbc736f5490348349a0b65815 100644 (file)
@@ -1,4 +1,4 @@
-//===-- RuntimeDyldELF.cpp - Run-time dynamic linker for MC-JIT ------*- C++ -*-===//
+//===-- RuntimeDyldELF.cpp - Run-time dynamic linker for MC-JIT -*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index 59c863679efebd5198fbdfd664e7d9789ad7b259..5b98a1fd5dc838bbc3844f4653053210537bf8d3 100644 (file)
@@ -1,4 +1,4 @@
-//===-- RuntimeDyldImpl.h - Run-time dynamic linker for MC-JIT ------*- C++ -*-===//
+//===-- RuntimeDyldImpl.h - Run-time dynamic linker for MC-JIT --*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index 1cc021ade51ec57c61b502aed0e6ceab2d413864..32cf2a8594772463c0ae0ab399b55acde0f5b705 100644 (file)
@@ -1,4 +1,4 @@
-//===-- RuntimeDyldMachO.cpp - Run-time dynamic linker for MC-JIT ------*- C++ -*-===//
+//===-- RuntimeDyldMachO.cpp - Run-time dynamic linker for MC-JIT -*- C++ -*-=//
 //
 //                     The LLVM Compiler Infrastructure
 //