summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/BlockExtractor/invalid-function.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Transforms/BlockExtractor/invalid-function.ll')
-rw-r--r--llvm/test/Transforms/BlockExtractor/invalid-function.ll9
1 files changed, 0 insertions, 9 deletions
diff --git a/llvm/test/Transforms/BlockExtractor/invalid-function.ll b/llvm/test/Transforms/BlockExtractor/invalid-function.ll
deleted file mode 100644
index 4044815893e..00000000000
--- a/llvm/test/Transforms/BlockExtractor/invalid-function.ll
+++ /dev/null
@@ -1,9 +0,0 @@
-; RUN: echo 'foo bb' > %t
-; RUN: not opt -S -extract-blocks -extract-blocks-file=%t %s 2>&1 | FileCheck %s
-
-; CHECK: Invalid function
-define void @bar() {
-bb:
- ret void
-}
-
OpenPOWER on IntegriCloud