summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-09-30 18:06:51 +0000
committerChris Lattner <sabre@nondot.org>2003-09-30 18:06:51 +0000
commit697ebcadbfedb7ffcf06be6d30421340c12d8113 (patch)
tree25c2760023781b0fed02814a4eb9af50c77c5886 /include
parent5259f8d030b91cd208a00d94ed07f6326eda4442 (diff)
downloadllvm-697ebcadbfedb7ffcf06be6d30421340c12d8113.tar.gz
llvm-697ebcadbfedb7ffcf06be6d30421340c12d8113.tar.bz2
llvm-697ebcadbfedb7ffcf06be6d30421340c12d8113.tar.xz
Fix header, remove dead decl
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8777 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/CodeGen/InstrSelection.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/llvm/CodeGen/InstrSelection.h b/include/llvm/CodeGen/InstrSelection.h
index 6c65dc7eba..fda0525617 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,