From: Tanya Lattner Date: Sat, 8 May 2004 16:14:02 +0000 (+0000) Subject: Registering the ModuloScheduling pass. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5a75c919515a6142d3bc0d477627fbd27dc1cc8a;p=oota-llvm.git Registering the ModuloScheduling pass. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13427 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/Passes.h b/include/llvm/CodeGen/Passes.h index 8f34c9af67d..09b6a92142f 100644 --- a/include/llvm/CodeGen/Passes.h +++ b/include/llvm/CodeGen/Passes.h @@ -75,6 +75,10 @@ namespace llvm { /// getRegisterAllocator - This creates an instance of the register allocator /// for the Sparc. FunctionPass *getRegisterAllocator(TargetMachine &T); + + //createModuloSchedulingPass - Creates the Swing Modulo Scheduling Pass + FunctionPass *createModuloSchedulingPass(TargetMachine & targ); + } // End llvm namespace #endif