diff options
author | Devang Patel <dpatel@apple.com> | 2010-10-07 23:29:37 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2010-10-07 23:29:37 +0000 |
commit | d82e9e7d939bb4b4f4773e9853c061e14188f705 (patch) | |
tree | 8200536b4d4efdf5bb833c88ba2a42ec380f0433 /test/Other | |
parent | 358cf1631a7e416745bd2cb428cef928969465b1 (diff) |
Remove LoopIndexSplit pass. It is neither maintained nor used by anyone.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116004 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Other')
-rw-r--r-- | test/Other/2008-08-14-PassManager.ll | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/Other/2008-08-14-PassManager.ll b/test/Other/2008-08-14-PassManager.ll deleted file mode 100644 index 8d6a6d825f..0000000000 --- a/test/Other/2008-08-14-PassManager.ll +++ /dev/null @@ -1,5 +0,0 @@ -; RUN: opt < %s -loop-deletion -loop-index-split -disable-output -; PR2640 -define i32 @test1() { - ret i32 0 -} |