diff options
Diffstat (limited to 'test/Other/2008-08-14-PassManager.ll')
-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 8d6a6d8..0000000 --- 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 -} |