]> granicus.if.org Git - llvm/commit
Fixed compilation errors, command-line argument declarations, cleaned up code to
authorMisha Brukman <brukman+llvm@gmail.com>
Thu, 10 Apr 2003 19:19:23 +0000 (19:19 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Thu, 10 Apr 2003 19:19:23 +0000 (19:19 +0000)
commit2c821cc06e0a94704ce4eef72d3ebfcb561ba1ff
tree9beecc706fb2a94a1c61ed2362efdfcf59dcb770
parent8baa01c1d79d8cff13634a48339cf551e30eaf14
Fixed compilation errors, command-line argument declarations, cleaned up code to
look nicer and removed useless stuff.

Also renamed a few variables, moved them into namespaces, converted outputting
to a file into a print to std::cerr with a DEBUG() guard, as all passes should
do anyway.

No functional changes have been made. However, this code now compiles.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5769 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/ModuloScheduling/ModuloSchedGraph.cpp
lib/CodeGen/ModuloScheduling/ModuloSchedGraph.h
lib/CodeGen/ModuloScheduling/ModuloScheduling.cpp
lib/CodeGen/ModuloScheduling/ModuloScheduling.h
lib/Target/SparcV9/ModuloScheduling/ModuloSchedGraph.cpp
lib/Target/SparcV9/ModuloScheduling/ModuloSchedGraph.h
lib/Target/SparcV9/ModuloScheduling/ModuloScheduling.cpp
lib/Target/SparcV9/ModuloScheduling/ModuloScheduling.h