From 1a176f15dcdcc44e4e672a68abbb9739f19ae50f Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 14 Oct 2001 17:25:31 +0000 Subject: Make the sparc.burg file be a little more flexible and rubust in the fact of renumbering of instructions. It is still horribly broken and grossly dependant on the number of instructions, but now it is a least a little better. Oh yeah it also works now. llvm-svn: 793 --- llvm/lib/Target/Sparc/Sparc.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'llvm/lib/Target/Sparc/Sparc.cpp') diff --git a/llvm/lib/Target/Sparc/Sparc.cpp b/llvm/lib/Target/Sparc/Sparc.cpp index dac4d208da7..b1b99bbecd0 100644 --- a/llvm/lib/Target/Sparc/Sparc.cpp +++ b/llvm/lib/Target/Sparc/Sparc.cpp @@ -35,7 +35,6 @@ const MachineInstrDescriptor SparcMachineInstrDesc[] = { TargetMachine *allocateSparcTargetMachine() { return new UltraSparc(); } - //---------------------------------------------------------------------------- // Entry point for register allocation for a module //---------------------------------------------------------------------------- -- cgit v1.2.3