summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/fast-math.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGen/fast-math.c')
-rw-r--r--clang/test/CodeGen/fast-math.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/fast-math.c b/clang/test/CodeGen/fast-math.c
index 4a513589ef4..6f98b843274 100644
--- a/clang/test/CodeGen/fast-math.c
+++ b/clang/test/CodeGen/fast-math.c
@@ -2,7 +2,7 @@
float f0, f1, f2;
void foo(void) {
- // CHECK-LABEL: define void @foo()
+ // CHECK-LABEL: define {{.*}}void @foo()
// CHECK: fadd fast
f0 = f1 + f2;
OpenPOWER on IntegriCloud