summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/libcalls-ld.c
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-09-04 04:12:25 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-09-04 04:12:25 +0000
commitff7cea8c1ada07d68adbeb86313d884f6e3f91f1 (patch)
treeb1b0924408b6ff9d47a0e370810e65f03037b8ec /clang/test/CodeGen/libcalls-ld.c
parent1d1844a7c74575eda7969f3eefa1b562966c3a65 (diff)
downloadbcm5719-llvm-ff7cea8c1ada07d68adbeb86313d884f6e3f91f1.tar.gz
bcm5719-llvm-ff7cea8c1ada07d68adbeb86313d884f6e3f91f1.zip
Don't pass -O0 to clang_cc1, it is the default.
llvm-svn: 189910
Diffstat (limited to 'clang/test/CodeGen/libcalls-ld.c')
-rw-r--r--clang/test/CodeGen/libcalls-ld.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CodeGen/libcalls-ld.c b/clang/test/CodeGen/libcalls-ld.c
index 2758761b5ee..dfa7835d6b7 100644
--- a/clang/test/CodeGen/libcalls-ld.c
+++ b/clang/test/CodeGen/libcalls-ld.c
@@ -1,8 +1,8 @@
// llvm-gcc -O1+ should run simplify libcalls, O0 shouldn't
// and -fno-builtins shouldn't.
// -fno-math-errno should emit an llvm intrinsic, -fmath-errno should not.
-// RUN: %clang_cc1 %s -emit-llvm -fno-math-errno -O0 -o - | grep {call.*exp2\\..*f}
-// RUN: %clang_cc1 %s -emit-llvm -fmath-errno -O0 -o - | grep {call.*exp2l}
+// RUN: %clang_cc1 %s -emit-llvm -fno-math-errno -o - | grep {call.*exp2\\..*f}
+// RUN: %clang_cc1 %s -emit-llvm -fmath-errno -o - | grep {call.*exp2l}
// RUN: %clang_cc1 %s -emit-llvm -O1 -o - | grep {call.*ldexp}
// RUN: %clang_cc1 %s -emit-llvm -O3 -fno-builtin -o - | grep {call.*exp2l}
OpenPOWER on IntegriCloud