diff options
Diffstat (limited to 'test/CodeGen/finite-math.c')
-rw-r--r-- | test/CodeGen/finite-math.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/finite-math.c b/test/CodeGen/finite-math.c index bf39cea..b0ee157 100644 --- a/test/CodeGen/finite-math.c +++ b/test/CodeGen/finite-math.c @@ -2,7 +2,7 @@ float f0, f1, f2; void foo(void) { - // CHECK: define void @foo() + // CHECK-LABEL: define void @foo() // CHECK: fadd nnan ninf f0 = f1 + f2; |