Fix header, remove dead decl

llvm-svn: 8777
This commit is contained in:
Chris Lattner 2003-09-30 18:06:51 +00:00
parent 7d059b8c3d
commit 1ea5d5a0c0

View File

@ -1,4 +1,4 @@
//===-- llvm/CodeGen/InstrSelection.h --------------------------*- C++ -*--===//
//===-- llvm/CodeGen/InstrSelection.h ---------------------------*- C++ -*-===//
//
// External interface to instruction selection.
//
@ -21,8 +21,6 @@ class FunctionPass;
// Target-dependent functions that MUST be implemented for each target.
//
const unsigned MAX_INSTR_PER_VMINSTR = 8;
extern void GetInstructionsByRule (InstructionNode* subtreeRoot,
int ruleForNode,
short* nts,