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
This commit is contained in:
Chris Lattner 2002-07-30 16:38:54 +00:00
parent 17689dfe24
commit ad772a7188
3 changed files with 0 additions and 27 deletions

View 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;

View 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;

View 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;