summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/nomathbuiltin.c
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@codeaurora.org>2016-01-26 16:16:53 +0000
committerChad Rosier <mcrosier@codeaurora.org>2016-01-26 16:16:53 +0000
commitf662fb3dc82374182aecd09da9bc8239f2b34702 (patch)
tree8764ab059dc2be700d0af2b93728cc431952a57e /clang/test/CodeGen/nomathbuiltin.c
parent17d2e8789cce457db238058c824796b34e56a473 (diff)
downloadbcm5719-llvm-f662fb3dc82374182aecd09da9bc8239f2b34702.tar.gz
bcm5719-llvm-f662fb3dc82374182aecd09da9bc8239f2b34702.zip
Revert "[Driver] Make sure -fno-math-builtin option is being passed by the driver."
This reverts commit r258814. llvm-svn: 258815
Diffstat (limited to 'clang/test/CodeGen/nomathbuiltin.c')
-rw-r--r--clang/test/CodeGen/nomathbuiltin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/CodeGen/nomathbuiltin.c b/clang/test/CodeGen/nomathbuiltin.c
index 86dc4e363ea..35e7c567e68 100644
--- a/clang/test/CodeGen/nomathbuiltin.c
+++ b/clang/test/CodeGen/nomathbuiltin.c
@@ -9,3 +9,4 @@ double foo(double a, double b) {
return pow(a, b);
// CHECK: call {{.*}}double @pow
}
+
OpenPOWER on IntegriCloud