diff --git a/include/llvm/CodeGen/InstrSelection.h b/include/llvm/CodeGen/InstrSelection.h index 6c65dc7eba8..fda05256171 100644 --- a/include/llvm/CodeGen/InstrSelection.h +++ b/include/llvm/CodeGen/InstrSelection.h @@ -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,