aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-07-30 16:38:54 +0000
committerChris Lattner <sabre@nondot.org>2002-07-30 16:38:54 +0000
commitad772a7188d21f21e9b92d70755018a083a6efa2 (patch)
tree1b6ae226a1fb34e57ea472fb4d8e45d5c64f623c /lib
parent17689dfe241702cbbbd29cf1e4e4229444f3e9f3 (diff)
downloadexternal_llvm-ad772a7188d21f21e9b92d70755018a083a6efa2.zip
external_llvm-ad772a7188d21f21e9b92d70755018a083a6efa2.tar.gz
external_llvm-ad772a7188d21f21e9b92d70755018a083a6efa2.tar.bz2
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')
-rw-r--r--lib/Linker/LinkModules.cpp9
-rw-r--r--lib/Transforms/Utils/Linker.cpp9
-rw-r--r--lib/VMCore/Linker.cpp9
3 files changed, 0 insertions, 27 deletions
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<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;
diff --git a/lib/Transforms/Utils/Linker.cpp b/lib/Transforms/Utils/Linker.cpp
index f3a37ae..d8f67ff 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;
diff --git a/lib/VMCore/Linker.cpp b/lib/VMCore/Linker.cpp
index f3a37ae..d8f67ff 100644
--- a/lib/VMCore/Linker.cpp
+++ b/lib/VMCore/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;