projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5259f8d
)
Fix header, remove dead decl
author
Chris Lattner
<sabre@nondot.org>
Tue, 30 Sep 2003 18:06:51 +0000
(18:06 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Tue, 30 Sep 2003 18:06:51 +0000
(18:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8777
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/CodeGen/InstrSelection.h
patch
|
blob
|
history
diff --git
a/include/llvm/CodeGen/InstrSelection.h
b/include/llvm/CodeGen/InstrSelection.h
index 6c65dc7eba8c7f39a228abc27d558e517692deb4..fda0525617179def73a9db66c881f5997cfb765f 100644
(file)
--- 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,