[llvm] r204491 - Remove redundant test.
Rafael Espindola
rafael.espindola at gmail.com
Fri Mar 21 11:00:52 PDT 2014
Author: rafael
Date: Fri Mar 21 13:00:51 2014
New Revision: 204491
URL: http://llvm.org/viewvc/llvm-project?rev=204491&view=rev
Log:
Remove redundant test.
This is tested from MC already.
Removed:
llvm/trunk/test/CodeGen/PowerPC/2008-12-12-EH.ll
Removed: llvm/trunk/test/CodeGen/PowerPC/2008-12-12-EH.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/2008-12-12-EH.ll?rev=204490&view=auto
==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/2008-12-12-EH.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/2008-12-12-EH.ll (removed)
@@ -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
-}
More information about the llvm-commits
mailing list