From d38fea31a52748d46aa9e31cfc8b78047b79e16e Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Fri, 21 Mar 2014 18:00:51 +0000 Subject: [PATCH] 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 --- test/CodeGen/PowerPC/2008-12-12-EH.ll | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 test/CodeGen/PowerPC/2008-12-12-EH.ll 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 -}