Skip to content

Commit 45a76fe

Browse files
committed
fixup IRGen test for exp on linux
1 parent 2bc6040 commit 45a76fe

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

test/IRGen/builtin_math.swift

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,7 @@
1313
// Make sure we use an intrinsic for functions such as exp.
1414

1515
// CHECK-LABEL: define {{.*}}test1
16-
// CHECK-ios: call float @llvm.exp.f32
17-
// CHECK-macosx: call float @llvm.exp.f32
18-
// CHECK-tvos: call float @llvm.exp.f32
19-
// CHECK-watchos: call float @llvm.exp.f32
20-
// CHECK-darwin: call float @llvm.exp.f32
21-
// CHECK-linux-gnu: call float @expf
22-
// CHECK-windows: call float @expf
16+
// CHECK: call float @llvm.exp.f32
2317

2418
public func test1(f : Float) -> Float {
2519
return exp(f)

0 commit comments

Comments
 (0)