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 | f6b88e55ede173fcdb7658ee49f4e4391122d200 (patch) | |
tree | 6c28612ace84e0cbee69a4dd6be32bbe7aa39d52 /llvm/lib/CodeGen | |
parent | d2656536f5a9eda8bb4be441ff737c5bc581fdc4 (diff) | |
download | bcm5719-llvm-f6b88e55ede173fcdb7658ee49f4e4391122d200.tar.gz bcm5719-llvm-f6b88e55ede173fcdb7658ee49f4e4391122d200.zip |
add an brief instruction what this pass is
llvm-svn: 6676
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r-- | llvm/lib/CodeGen/ModuloScheduling/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/ModuloScheduling/README b/llvm/lib/CodeGen/ModuloScheduling/README index 4add2a2c9c2..3206161ab42 100644 --- a/llvm/lib/CodeGen/ModuloScheduling/README +++ b/llvm/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 |