Remove TwoAddressInstruction from the public headers and add an ID
authorAlkis Evlogimenos <alkis@evlogimenos.com>
Thu, 18 Dec 2003 22:40:24 +0000 (22:40 +0000)
committerAlkis Evlogimenos <alkis@evlogimenos.com>
Thu, 18 Dec 2003 22:40:24 +0000 (22:40 +0000)
commit4c080863de86448d905beab27686da823b6d44c1
tree62e104baee7dd17b6f324af45a95d7bdabd07ec9
parent78cb3f218ae2b6e7200e81a21642fd2d269e46c7
Remove TwoAddressInstruction from the public headers and add an ID
instead, since this pass doesn't expose any state to its users.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10520 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/Passes.h
include/llvm/CodeGen/TwoAddressInstructionPass.h [deleted file]
lib/CodeGen/LiveIntervalAnalysis.cpp
lib/CodeGen/RegAllocLocal.cpp
lib/CodeGen/TwoAddressInstructionPass.cpp