forked from OSchip/llvm-project
fix an accidental commit that broke all the testers :(
llvm-svn: 45659
This commit is contained in:
parent
404eb05247
commit
460d863ba5
|
@ -114,7 +114,6 @@ namespace {
|
|||
(void) llvm::createPredicateSimplifierPass();
|
||||
(void) llvm::createCodeGenPreparePass();
|
||||
(void) llvm::createGVNPass();
|
||||
(void) llvm::createValueInfoPass();
|
||||
|
||||
(void)new llvm::IntervalPartition();
|
||||
(void)new llvm::FindUsedTypes();
|
||||
|
|
Loading…
Reference in New Issue