Skip to content

Commit 41f7ac3

Browse files
authored
Merge pull request swiftlang#80468 from eeckstein/fix-test
tests: fix SILOptimizer/constant_fold_float.swift
2 parents f61a3c9 + e9a735a commit 41f7ac3

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)