forked from OSchip/llvm-project
Fix another PATypeHolder error, contributed by Bill Wendling!
llvm-svn: 20983
This commit is contained in:
parent
617af97040
commit
5053ea85fc
|
@ -14,6 +14,7 @@
|
|||
#define DEBUG_TYPE "ModuloSched"
|
||||
|
||||
#include "DependenceAnalyzer.h"
|
||||
#include "llvm/Type.h"
|
||||
#include "llvm/Support/Debug.h"
|
||||
|
||||
namespace llvm {
|
||||
|
|
Loading…
Reference in New Issue