diff options
| author | Chris Lattner <sabre@nondot.org> | 2002-07-30 16:38:54 +0000 | 
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2002-07-30 16:38:54 +0000 | 
| commit | ad772a7188d21f21e9b92d70755018a083a6efa2 (patch) | |
| tree | 1b6ae226a1fb34e57ea472fb4d8e45d5c64f623c /lib/Transforms/Utils/Linker.cpp | |
| parent | 17689dfe241702cbbbd29cf1e4e4229444f3e9f3 (diff) | |
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
Diffstat (limited to 'lib/Transforms/Utils/Linker.cpp')
| -rw-r--r-- | lib/Transforms/Utils/Linker.cpp | 9 | 
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/Transforms/Utils/Linker.cpp b/lib/Transforms/Utils/Linker.cpp index f3a37aea53..d8f67ff1aa 100644 --- a/lib/Transforms/Utils/Linker.cpp +++ b/lib/Transforms/Utils/Linker.cpp @@ -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;  | 
