testsuite: Fix duplicated content of gcc.c-torture/execute/ieee/pr29302-1.x

The file has two identical halves, seems like twice applied patch.

2021-08-04  Jakub Jelinek  <jakub@redhat.com>

	* gcc.c-torture/execute/ieee/pr29302-1.x: Undo doubly applied patch.
This commit is contained in:
Jakub Jelinek 2021-08-04 11:42:59 +02:00
parent 9f26640f7b
commit 8aa14fa7d9

View File

@ -4,9 +4,3 @@ if { [istarget "tic6x-*-*"] && [check_effective_target_ti_c67x] } {
return 1
}
return 0
if { [istarget "tic6x-*-*"] && [check_effective_target_ti_c67x] } {
# C6X uses -freciprocal-math by default.
set torture_execute_xfail "tic6x-*-*"
return 1
}
return 0