diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2014-03-21 17:26:35 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2014-03-21 17:26:35 +0000 |
commit | 7618632517ef7e2a3716e7d84d894b8db641a94f (patch) | |
tree | f80901128dc3626982f301eb540f81a94ebd2c8b | |
parent | f8d791983cfc4a86a6d1a7186aa65bfbecf4c5c5 (diff) | |
download | bcm5719-llvm-7618632517ef7e2a3716e7d84d894b8db641a94f.tar.gz bcm5719-llvm-7618632517ef7e2a3716e7d84d894b8db641a94f.zip |
Remove redundant test.
The production of the .eh symbols is done from MC now and we already have tests
for it.
llvm-svn: 204483
-rw-r--r-- | llvm/test/CodeGen/X86/2008-12-12-PrivateEHSymbol.ll | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/llvm/test/CodeGen/X86/2008-12-12-PrivateEHSymbol.ll b/llvm/test/CodeGen/X86/2008-12-12-PrivateEHSymbol.ll deleted file mode 100644 index 2e278118b7a..00000000000 --- a/llvm/test/CodeGen/X86/2008-12-12-PrivateEHSymbol.ll +++ /dev/null @@ -1,10 +0,0 @@ -; RUN: llc < %s -disable-cfi -march=x86-64 -mtriple=x86_64-apple-darwin9 | grep ^__Z1fv.eh -; RUN: llc < %s -disable-cfi -march=x86 -mtriple=i386-apple-darwin9 | grep ^__Z1fv.eh - -define void @_Z1fv() { -entry: - br label %return - -return: - ret void -} |