Test commit, clean up comment
authorAndrew Kaylor <andrew.kaylor@intel.com>
Fri, 27 Jul 2012 18:39:47 +0000 (18:39 +0000)
committerAndrew Kaylor <andrew.kaylor@intel.com>
Fri, 27 Jul 2012 18:39:47 +0000 (18:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160880 91177308-0d34-0410-b5e6-96231b3b80d8

lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp

index 5261bda193ff728fa0b32ea87f2ce9c8ddf298f5..01f6f91ed3eac7b6d93f2d72c4ae9575a6d35946 100644 (file)
@@ -248,7 +248,7 @@ void RuntimeDyldELF::resolveX86Relocation(uint8_t *LocalAddress,
     }
     default:
       // There are other relocation types, but it appears these are the
-      //  only ones currently used by the LLVM ELF object writer
+      // only ones currently used by the LLVM ELF object writer
       llvm_unreachable("Relocation type not implemented yet!");
       break;
   }