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,6 +1,6 @@
; RUN: opt < %s -loopsimplify -lcssa -S | \
; RUN: opt < %s -loop-simplify -lcssa -S | \
; RUN: grep {%%SJE.0.0.lcssa = phi .struct.SetJmpMapEntry}
; RUN: opt < %s -loopsimplify -lcssa -S | \
; RUN: opt < %s -loop-simplify -lcssa -S | \
; RUN: grep {%%SJE.0.0.lcssa1 = phi .struct.SetJmpMapEntry}
%struct.SetJmpMapEntry = type { i8*, i32, %struct.SetJmpMapEntry* }