Remove dead fixme
authorChris Lattner <sabre@nondot.org>
Sun, 27 Oct 2002 21:23:43 +0000 (21:23 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 27 Oct 2002 21:23:43 +0000 (21:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4300 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/InstSelectSimple.cpp
lib/Target/X86/X86ISelSimple.cpp

index 7112a8a1527735876e1452c20d5ae808a3c87a71..06cc156e63ec51de8924f451a1aaa44e908e493e 100644 (file)
@@ -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;
     }
 
index 7112a8a1527735876e1452c20d5ae808a3c87a71..06cc156e63ec51de8924f451a1aaa44e908e493e 100644 (file)
@@ -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;
     }