mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-16 14:31:59 +00:00
Fix header, remove dead decl
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8777 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5259f8d030
commit
697ebcadbf
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user