Remove redundant test.

This is tested from MC already.

llvm-svn: 204491
This commit is contained in:
Rafael Espindola 2014-03-21 18:00:51 +00:00
parent 734f105379
commit d2bd8def3f
1 changed files with 0 additions and 9 deletions

View File

@ -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
}