From: Rafael Espindola Date: Fri, 21 Mar 2014 18:00:51 +0000 (+0000) Subject: Remove redundant test. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=d38fea31a52748d46aa9e31cfc8b78047b79e16e;p=oota-llvm.git Remove redundant test. This is tested from MC already. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204491 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/PowerPC/2008-12-12-EH.ll b/test/CodeGen/PowerPC/2008-12-12-EH.ll deleted file mode 100644 index a2a5e9e3964..00000000000 --- a/test/CodeGen/PowerPC/2008-12-12-EH.ll +++ /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 -}