diff --git a/llvm/test/CodeGen/PowerPC/2008-12-12-EH.ll b/llvm/test/CodeGen/PowerPC/2008-12-12-EH.ll deleted file mode 100644 index a2a5e9e39641..000000000000 --- a/llvm/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 -}