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