diff options
Diffstat (limited to 'clang/test/CodeGen/nomathbuiltin.c')
-rw-r--r-- | clang/test/CodeGen/nomathbuiltin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/nomathbuiltin.c b/clang/test/CodeGen/nomathbuiltin.c index f80cd91de9d..35e7c567e68 100644 --- a/clang/test/CodeGen/nomathbuiltin.c +++ b/clang/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 } |