Made the code readable:
authorMisha Brukman <brukman+llvm@gmail.com>
Wed, 9 Apr 2003 21:51:34 +0000 (21:51 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Wed, 9 Apr 2003 21:51:34 +0000 (21:51 +0000)
commit8baa01c1d79d8cff13634a48339cf551e30eaf14
tree260a487089bc25199315bfae696fcdbb448e1e58
parent4bd8b244701feda01adf713eac0a16342c12021e
Made the code readable:

* Lines must be wrapped at 80 chars. This is a hard limit.
* Consistent style on functions, braces, if, for, etc. Code must be readable.

No functional changes have been made, even though I added a new typedef.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5768 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