Rename 'loopsimplify' to 'loop-simplify'.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125317 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Cameron Zwarich
2011-02-10 23:38:10 +00:00
parent 7dd74ed8d8
commit 4a60b932a2
21 changed files with 24 additions and 24 deletions

View File

@@ -1,4 +1,4 @@
; RUN: opt < %s -loopsimplify -licm -disable-output
; RUN: opt < %s -loop-simplify -licm -disable-output
; This is PR306