* Clean up InstrForest
authorChris Lattner <sabre@nondot.org>
Wed, 12 Sep 2001 01:28:49 +0000 (01:28 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 12 Sep 2001 01:28:49 +0000 (01:28 +0000)
commit4ddb4c82d7451f7ab0269a4d0ca948f96e80402e
treec3daa33ddc40dc527d4d654182faf4bdcf0ccc74
parentd268ad6e2e6c224c688a8e2a51de706e9e6f8165
* Clean up InstrForest
* Fix ins sel problem, test case:
void "foo" (int *%x, int *%y)

begin
        seteq int *%x, %y
        ret void
end

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@552 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/InstrForest.h
lib/CodeGen/InstrSelection/InstrForest.cpp
lib/CodeGen/TargetMachine/Sparc/SparcInstrSelection.cpp
lib/Target/SparcV9/InstrSelection/InstrForest.cpp
test/Makefile