Remove redundant test.
authorRafael Espindola <rafael.espindola@gmail.com>
Fri, 21 Mar 2014 18:00:51 +0000 (18:00 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Fri, 21 Mar 2014 18:00:51 +0000 (18:00 +0000)
This is tested from MC already.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204491 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/PowerPC/2008-12-12-EH.ll [deleted file]

diff --git a/test/CodeGen/PowerPC/2008-12-12-EH.ll b/test/CodeGen/PowerPC/2008-12-12-EH.ll
deleted file mode 100644 (file)
index a2a5e9e..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-; RUN: llc < %s -disable-cfi -march=ppc32 -mtriple=powerpc-apple-darwin9 | grep ^__Z1fv.eh
-
-define void @_Z1fv() {
-entry:
-       br label %return
-
-return:
-       ret void
-}