Skip to content

Commit c14b0bb

Browse files
committed
[Verifier] Use --implicit-check-not
1 parent f237ec0 commit c14b0bb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

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

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

0 commit comments

Comments
 (0)