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 | beb40f9f6cf1443f4c6e823879beaf37e89b88bf (patch) | |
tree | 7b67d5dcdc035f5c4ec9fe2c207dea2a0af7c772 /llvm/lib/Transforms/Utils/Linker.cpp | |
parent | 31aa7e72f2e05c9b9bfdb003c9b7da66cfd9670d (diff) | |
download | bcm5719-llvm-beb40f9f6cf1443f4c6e823879beaf37e89b88bf.tar.gz bcm5719-llvm-beb40f9f6cf1443f4c6e823879beaf37e89b88bf.zip |
Remove FIXME's that aren't really needed after all.
llvm-svn: 3158
Diffstat (limited to 'llvm/lib/Transforms/Utils/Linker.cpp')
-rw-r--r-- | llvm/lib/Transforms/Utils/Linker.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/llvm/lib/Transforms/Utils/Linker.cpp b/llvm/lib/Transforms/Utils/Linker.cpp index f3a37aea536..d8f67ff1aad 100644 --- a/llvm/lib/Transforms/Utils/Linker.cpp +++ b/llvm/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; |