[llvm-commits] CVS: llvm/lib/Target/SparcV9/SparcV9InstrInfo.h

Brian Gaeke gaeke at cs.uiuc.edu
Sun May 30 03:31:02 PDT 2004


Changes in directory llvm/lib/Target/SparcV9:

SparcV9InstrInfo.h updated: 1.6 -> 1.7

---
Log message:

There is no "mcff" here; delete the confusing comments that refer to it.


---
Diffs of the changes:  (+0 -6)

Index: llvm/lib/Target/SparcV9/SparcV9InstrInfo.h
diff -u llvm/lib/Target/SparcV9/SparcV9InstrInfo.h:1.6 llvm/lib/Target/SparcV9/SparcV9InstrInfo.h:1.7
--- llvm/lib/Target/SparcV9/SparcV9InstrInfo.h:1.6	Sun Apr 25 02:04:49 2004
+++ llvm/lib/Target/SparcV9/SparcV9InstrInfo.h	Sun May 30 03:29:16 2004
@@ -103,7 +103,6 @@
   // GlobalValue, viz., the constant address of a global variable or function.
   // The generated instructions are returned in `mvec'.
   // Any temp. registers (TmpInstruction) created are recorded in mcfi.
-  // Any stack space required is allocated via mcff.
   // 
   virtual void  CreateCodeToLoadConst(const TargetMachine& target,
                                       Function* F,
@@ -117,7 +116,6 @@
   // val must be an integral type.  dest must be a Float or Double.
   // The generated instructions are returned in `mvec'.
   // Any temp. registers (TmpInstruction) created are recorded in mcfi.
-  // Any stack space required is allocated via mcff.
   // 
   virtual void  CreateCodeToCopyIntToFloat(const TargetMachine& target,
                                        Function* F,
@@ -130,7 +128,6 @@
   // `val' to an integer value `dest' by copying to memory and back.
   // The generated instructions are returned in `mvec'.
   // Any temp. registers (TmpInstruction) created are recorded in mcfi.
-  // Any stack space required is allocated via mcff.
   // 
   virtual void  CreateCodeToCopyFloatToInt(const TargetMachine& target,
                                        Function* F,
@@ -142,7 +139,6 @@
   // Create instruction(s) to copy src to dest, for arbitrary types
   // The generated instructions are returned in `mvec'.
   // Any temp. registers (TmpInstruction) created are recorded in mcfi.
-  // Any stack space required is allocated via mcff.
   // 
   virtual void CreateCopyInstructionsByType(const TargetMachine& target,
                                        Function* F,
@@ -155,7 +151,6 @@
   // from an arbitrary sized value (sized in bits, not bytes).
   // The generated instructions are appended to `mvec'.
   // Any temp. registers (TmpInstruction) created are recorded in mcfi.
-  // Any stack space required is allocated via mcff.
   // 
   virtual void CreateSignExtensionInstructions(const TargetMachine& target,
                                        Function* F,
@@ -169,7 +164,6 @@
   // from an arbitrary sized value (sized in bits, not bytes).
   // The generated instructions are appended to `mvec'.
   // Any temp. registers (TmpInstruction) created are recorded in mcfi.
-  // Any stack space required is allocated via mcff.
   // 
   virtual void CreateZeroExtensionInstructions(const TargetMachine& target,
                                        Function* F,





More information about the llvm-commits mailing list