diff options
author | Chris Lattner <sabre@nondot.org> | 2001-09-12 16:34:03 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2001-09-12 16:34:03 +0000 |
commit | 5f6baf78ea26168d328444f15bc1da355afd88a8 (patch) | |
tree | b06192fbb6951125def21f0da83b290c7ff9b358 /lib/CodeGen/TargetMachine | |
parent | 4ddb4c82d7451f7ab0269a4d0ca948f96e80402e (diff) |
More cleanups, preparing to revamp InstrForest to, among other things,
not leak all its allocated memory.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@553 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/TargetMachine')
-rw-r--r-- | lib/CodeGen/TargetMachine/Sparc/Sparc.burg | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/CodeGen/TargetMachine/Sparc/Sparc.burg b/lib/CodeGen/TargetMachine/Sparc/Sparc.burg index a40a9bb1fb..c554f2fff3 100644 --- a/lib/CodeGen/TargetMachine/Sparc/Sparc.burg +++ b/lib/CodeGen/TargetMachine/Sparc/Sparc.burg @@ -220,8 +220,6 @@ reg: Constant = 72 (3); /* prefer direct use */ * This code was taken from sample.gr provided with BURG. *-----------------------------------------------------------------------*/ -static char rcsid[] = "$Id$"; - void printcover(NODEPTR_TYPE p, int goalnt, int indent) { int eruleno = burm_rule(STATE_LABEL(p), goalnt); short *nts = burm_nts[eruleno]; |