Skip to content

Commit f237ec0

Browse files
committed
[Verifier] Address review comments. NFC.
1 parent 0848fc0 commit f237ec0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/test/Verifier/denormal-fp-math.ll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s
22

3+
; CHECK-NOT: invalid value for 'denormal-fp-math' attribute
34
define float @test_denormal_fp_math_valid() "denormal-fp-math"="ieee,ieee" {
45
ret float 1.0
56
}

0 commit comments

Comments
 (0)