diff options
author | Guochun Shi <gshi1@uiuc.edu> | 2003-06-10 20:03:39 +0000 |
---|---|---|
committer | Guochun Shi <gshi1@uiuc.edu> | 2003-06-10 20:03:39 +0000 |
commit | e95b827db25376f41fb0ecd1ff9649d22f382f64 (patch) | |
tree | 457ce170008db70cbad8b8a712bba9e2a98b75f3 /lib/CodeGen | |
parent | 0b970dad72c63ba99820b2a437aecee31ebdbc9f (diff) | |
download | external_llvm-e95b827db25376f41fb0ecd1ff9649d22f382f64.zip external_llvm-e95b827db25376f41fb0ecd1ff9649d22f382f64.tar.gz external_llvm-e95b827db25376f41fb0ecd1ff9649d22f382f64.tar.bz2 |
add an brief instruction what this pass is
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6676 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
-rw-r--r-- | lib/CodeGen/ModuloScheduling/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/ModuloScheduling/README b/lib/CodeGen/ModuloScheduling/README index 4add2a2..3206161 100644 --- a/lib/CodeGen/ModuloScheduling/README +++ b/lib/CodeGen/ModuloScheduling/README @@ -1,4 +1,4 @@ -The moduloScheduling pass includes two passes +The modulo scheduling pass impliment modulo scheduling for llvm instruction. It includes two passes 1. building graph |