[llvm-commits] CVS: llvm/include/llvm/CodeGen/InstrSelection.h
Chris Lattner
lattner at cs.uiuc.edu
Tue Sep 30 13:07:04 PDT 2003
Changes in directory llvm/include/llvm/CodeGen:
InstrSelection.h updated: 1.27 -> 1.28
---
Log message:
Fix header, remove dead decl
---
Diffs of the changes:
Index: llvm/include/llvm/CodeGen/InstrSelection.h
diff -u llvm/include/llvm/CodeGen/InstrSelection.h:1.27 llvm/include/llvm/CodeGen/InstrSelection.h:1.28
--- llvm/include/llvm/CodeGen/InstrSelection.h:1.27 Thu Aug 21 17:09:31 2003
+++ llvm/include/llvm/CodeGen/InstrSelection.h Tue Sep 30 13:06:51 2003
@@ -1,4 +1,4 @@
-//===-- llvm/CodeGen/InstrSelection.h --------------------------*- C++ -*--===//
+//===-- llvm/CodeGen/InstrSelection.h ---------------------------*- C++ -*-===//
//
// External interface to instruction selection.
//
@@ -20,8 +20,6 @@
//===--------------------- Required Functions ---------------------------------
// Target-dependent functions that MUST be implemented for each target.
//
-
-const unsigned MAX_INSTR_PER_VMINSTR = 8;
extern void GetInstructionsByRule (InstructionNode* subtreeRoot,
int ruleForNode,
More information about the llvm-commits
mailing list