summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/nomathbuiltin.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/nomathbuiltin.c')
-rw-r--r--test/CodeGen/nomathbuiltin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/nomathbuiltin.c b/test/CodeGen/nomathbuiltin.c
index f80cd91..35e7c56 100644
--- a/test/CodeGen/nomathbuiltin.c
+++ b/test/CodeGen/nomathbuiltin.c
@@ -7,6 +7,6 @@ double pow(double, double);
double foo(double a, double b) {
return pow(a, b);
-// CHECK: call double @pow
+// CHECK: call {{.*}}double @pow
}
OpenPOWER on IntegriCloud