diff options
Diffstat (limited to 'llvm/test/Transforms/ADCE/2003-09-15-InfLoopCrash.ll')
-rw-r--r-- | llvm/test/Transforms/ADCE/2003-09-15-InfLoopCrash.ll | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/llvm/test/Transforms/ADCE/2003-09-15-InfLoopCrash.ll b/llvm/test/Transforms/ADCE/2003-09-15-InfLoopCrash.ll deleted file mode 100644 index 458045a086f..00000000000 --- a/llvm/test/Transforms/ADCE/2003-09-15-InfLoopCrash.ll +++ /dev/null @@ -1,10 +0,0 @@ -; RUN: opt < %s -adce -disable-output -; RUN: opt < %s -adce -adce-remove-loops -disable-output - -define i32 @main() { - br label %loop - -loop: ; preds = %loop, %0 - br label %loop -} - |