mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-30 15:45:26 +00:00
Remove dead fixme
llvm-svn: 4300
This commit is contained in:
parent
0b3fbcfd30
commit
28d6f5bc40
@ -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…
Reference in New Issue
Block a user