diff options
Diffstat (limited to 'llvm/test/Transforms/ADCE/unreachable-function.ll')
-rw-r--r-- | llvm/test/Transforms/ADCE/unreachable-function.ll | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/test/Transforms/ADCE/unreachable-function.ll b/llvm/test/Transforms/ADCE/unreachable-function.ll deleted file mode 100644 index 7c6a30ec6b6..00000000000 --- a/llvm/test/Transforms/ADCE/unreachable-function.ll +++ /dev/null @@ -1,5 +0,0 @@ -; RUN: opt < %s -adce -disable-output - -define void @test() { - unreachable -} |