diff options
-rw-r--r-- | test/Transforms/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/Makefile b/test/Transforms/Makefile index 2f8da3e1da..7b9ec4014d 100644 --- a/test/Transforms/Makefile +++ b/test/Transforms/Makefile @@ -8,7 +8,7 @@ DIRS = ADCE \ FunctionResolve \ GCSE \ GlobalDCE \ - IndVarSimplify \ + IndVarsSimplify \ Inline \ InstCombine \ LevelRaise \ |