diff options
author | Tanya Lattner <tonic@nondot.org> | 2004-11-18 18:38:01 +0000 |
---|---|---|
committer | Tanya Lattner <tonic@nondot.org> | 2004-11-18 18:38:01 +0000 |
commit | 75e8419e4887a9320bcebedf66b4f1a5f0fd4d36 (patch) | |
tree | 706bf26f82b5a250fce2a43cfe8d42e844164564 /tools/llc/Makefile | |
parent | 18e6c22f05f1b5cfa89bdeed8b407afb9255a6b0 (diff) |
Adding option to llc for ModuloScheduling. By default it is turned off.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17959 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llc/Makefile')
-rw-r--r-- | tools/llc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/llc/Makefile b/tools/llc/Makefile index 553ff952ad..5e244cb596 100644 --- a/tools/llc/Makefile +++ b/tools/llc/Makefile @@ -10,6 +10,7 @@ LEVEL = ../.. TOOLNAME = llc USEDLIBS = \ + LLVMSparcV9ModuloSched \ LLVMCBackend \ LLVMPowerPC \ LLVMSparcV9 \ |