mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-18 12:31:26 +00:00
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:
parent
17689dfe24
commit
ad772a7188
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user