Remove FIXME's that aren't really needed after all.
authorChris Lattner <sabre@nondot.org>
Tue, 30 Jul 2002 16:38:54 +0000 (16:38 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 30 Jul 2002 16:38:54 +0000 (16:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3158 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Linker/LinkModules.cpp
lib/Transforms/Utils/Linker.cpp
lib/VMCore/Linker.cpp

index f3a37aea536f358e33630ede8ab01e0a20857f18..d8f67ff1aadd5857ba7555bdd88ab83b4653194e 100644 (file)
@@ -423,15 +423,6 @@ bool LinkModules(Module *Dest, const Module *Src, string *ErrorMsg) {
   //
   map<const Value*, Value*> 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;
index f3a37aea536f358e33630ede8ab01e0a20857f18..d8f67ff1aadd5857ba7555bdd88ab83b4653194e 100644 (file)
@@ -423,15 +423,6 @@ bool LinkModules(Module *Dest, const Module *Src, string *ErrorMsg) {
   //
   map<const Value*, Value*> 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;
index f3a37aea536f358e33630ede8ab01e0a20857f18..d8f67ff1aadd5857ba7555bdd88ab83b4653194e 100644 (file)
@@ -423,15 +423,6 @@ bool LinkModules(Module *Dest, const Module *Src, string *ErrorMsg) {
   //
   map<const Value*, Value*> 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;