From ad772a7188d21f21e9b92d70755018a083a6efa2 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 30 Jul 2002 16:38:54 +0000 Subject: Remove FIXME's that aren't really needed after all. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3158 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Linker/LinkModules.cpp | 9 --------- 1 file changed, 9 deletions(-) (limited to 'lib/Linker') diff --git a/lib/Linker/LinkModules.cpp b/lib/Linker/LinkModules.cpp index f3a37ae..d8f67ff 100644 --- a/lib/Linker/LinkModules.cpp +++ b/lib/Linker/LinkModules.cpp @@ -423,15 +423,6 @@ bool LinkModules(Module *Dest, const Module *Src, string *ErrorMsg) { // map ValueMap; - // FIXME: - // FIXME: This should be a two step process: - // FIXME: 1. LinkGlobals & LinkFunctionProtos - // FIXME: 2. LinkGlobalContents - // FIXME: - // FIXME: Global variables and functions are the same! - // FIXME: - - // Insert all of the globals in src into the Dest module... without // initializers if (LinkGlobals(Dest, Src, ValueMap, ErrorMsg)) return true; -- cgit v1.1