Skip to content

Commit 3790bd5

Browse files
committed
cleanup
1 parent d83a8d7 commit 3790bd5

File tree

1 file changed

+0
-3
lines changed
  • builtins-test-intrinsics/src

1 file changed

+0
-3
lines changed

builtins-test-intrinsics/src/main.rs

-3
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,6 @@ fn run() {
487487

488488
// FIXME(f16_f128): some PPC f128 <-> int conversion functions have the wrong names
489489

490-
// group 1
491490
#[cfg(f128_enabled)]
492491
bb(addtf(bb(2.), bb(2.)));
493492
bb(aeabi_d2f(bb(2.)));
@@ -546,7 +545,6 @@ fn run() {
546545
not(any(target_arch = "powerpc", target_arch = "powerpc64"))
547546
))]
548547
bb(extendhftf(bb(2.)));
549-
// group 2
550548
#[cfg(f128_enabled)]
551549
bb(extendsftf(bb(2.)));
552550
bb(fixdfti(bb(2.)));
@@ -655,7 +653,6 @@ fn something_with_a_dtor(f: &dyn Fn()) {
655653

656654
#[no_mangle]
657655
#[cfg(not(thumb))]
658-
#[cfg(not(any(thumb)))]
659656
extern "C" fn main(_argc: core::ffi::c_int, _argv: *const *const u8) -> core::ffi::c_int {
660657
run();
661658
0

0 commit comments

Comments
 (0)