summaryrefslogtreecommitdiff
path: root/release_23/test/CodeGen/PowerPC/2008-01-25-EmptyFunction.ll
diff options
context:
space:
mode:
Diffstat (limited to 'release_23/test/CodeGen/PowerPC/2008-01-25-EmptyFunction.ll')
-rw-r--r--release_23/test/CodeGen/PowerPC/2008-01-25-EmptyFunction.ll8
1 files changed, 0 insertions, 8 deletions
diff --git a/release_23/test/CodeGen/PowerPC/2008-01-25-EmptyFunction.ll b/release_23/test/CodeGen/PowerPC/2008-01-25-EmptyFunction.ll
deleted file mode 100644
index 38ae87ce8c00..000000000000
--- a/release_23/test/CodeGen/PowerPC/2008-01-25-EmptyFunction.ll
+++ /dev/null
@@ -1,8 +0,0 @@
-; RUN: llvm-as < %s | llc -march=ppc32 | grep nop
-target triple = "powerpc-apple-darwin8"
-
-
-define void @bork() noreturn nounwind {
-entry:
- unreachable
-}