mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-06 09:44:39 +00:00
Remove dead fixme
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4300 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
16612dbe47
commit
6f8fd25697
@ -73,12 +73,12 @@ namespace {
|
||||
if (Reg == 0)
|
||||
Reg = CurReg++;
|
||||
|
||||
// If this operand is a constant, emit the code to copy the constant into
|
||||
// the register here...
|
||||
//
|
||||
if (Constant *C = dyn_cast<Constant>(V))
|
||||
copyConstantToRegister(C, Reg);
|
||||
|
||||
// FIXME: Constants should be thrown into registers here and appended to
|
||||
// the end of the current basic block!
|
||||
|
||||
return Reg;
|
||||
}
|
||||
|
||||
|
@ -73,12 +73,12 @@ namespace {
|
||||
if (Reg == 0)
|
||||
Reg = CurReg++;
|
||||
|
||||
// If this operand is a constant, emit the code to copy the constant into
|
||||
// the register here...
|
||||
//
|
||||
if (Constant *C = dyn_cast<Constant>(V))
|
||||
copyConstantToRegister(C, Reg);
|
||||
|
||||
// FIXME: Constants should be thrown into registers here and appended to
|
||||
// the end of the current basic block!
|
||||
|
||||
return Reg;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user