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

Brian Gaeke gaeke at cs.uiuc.edu
Wed Apr 7 15:41:07 PDT 2004


Changes in directory llvm/lib/Target/SparcV9:

SparcV9InstrSelectionSupport.h updated: 1.14 -> 1.15

---
Log message:

Move ChooseRegOrImmed() prototype here, from InstrSelectionSupport.h.


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

Index: llvm/lib/Target/SparcV9/SparcV9InstrSelectionSupport.h
diff -u llvm/lib/Target/SparcV9/SparcV9InstrSelectionSupport.h:1.14 llvm/lib/Target/SparcV9/SparcV9InstrSelectionSupport.h:1.15
--- llvm/lib/Target/SparcV9/SparcV9InstrSelectionSupport.h:1.14	Wed Feb 25 12:44:15 2004
+++ llvm/lib/Target/SparcV9/SparcV9InstrSelectionSupport.h	Wed Apr  7 15:38:57 2004
@@ -222,6 +222,11 @@
   }
 }
 
+MachineOperand::MachineOperandType
+ChooseRegOrImmed(Value* val, MachineOpCode opCode,
+                 const TargetMachine& targetMachine, bool canUseImmed,
+                 unsigned& getMachineRegNum, int64_t& getImmedValue);
+
 } // End llvm namespace
 
 #endif





More information about the llvm-commits mailing list