Skip to content

Commit e9a735a

Browse files
committed
tests: fix SILOptimizer/constant_fold_float.swift
This test only works on 64 bit architectures rdar://148440511
1 parent f61a3c9 commit e9a735a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/SILOptimizer/constant_fold_float.swift

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// RUN: %target-swift-frontend -parse-as-library -module-name test %s -O -emit-sil | %FileCheck %s
22

33
// REQUIRES: swift_stdlib_no_asserts,optimized_stdlib
4+
// REQUIRES: PTRSIZE=64
45

56
// CHECK-LABEL: sil @$s4test17dont_fold_inf_cmpySbSfF :
67
// CHECK: builtin "fcmp_olt_FPIEEE32"

0 commit comments

Comments
 (0)