From: Chris Lattner Date: Tue, 15 Oct 2002 21:20:18 +0000 (+0000) Subject: Fix typo X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=30aa0856a93e6be875fd6cbcd134a093f9a6c12d;p=oota-llvm.git Fix typo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4184 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/Makefile b/test/Transforms/Makefile index 2f8da3e1daf..7b9ec4014d9 100644 --- a/test/Transforms/Makefile +++ b/test/Transforms/Makefile @@ -8,7 +8,7 @@ DIRS = ADCE \ FunctionResolve \ GCSE \ GlobalDCE \ - IndVarSimplify \ + IndVarsSimplify \ Inline \ InstCombine \ LevelRaise \