diff options
Diffstat (limited to 'clang/test/CodeGen/finite-math.c')
-rw-r--r-- | clang/test/CodeGen/finite-math.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/finite-math.c b/clang/test/CodeGen/finite-math.c index 8365b56fe56..90a83fa3095 100644 --- a/clang/test/CodeGen/finite-math.c +++ b/clang/test/CodeGen/finite-math.c @@ -5,7 +5,7 @@ float f0, f1, f2; void foo(void) { - // CHECK-LABEL: define void @foo() + // CHECK-LABEL: define {{.*}}void @foo() // FINITE: fadd nnan ninf // NSZ: fadd nsz |