diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-04-20 23:53:56 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-04-20 23:53:56 +0000 |
commit | 44ea0b2e0e9cac2d34c13d971ac7179619cfde34 (patch) | |
tree | a9ba6918d3335da11acb1cde93473ec719a89890 /clang/utils/builtin-defines.c | |
parent | 1addf64735448ab3d7b070b0d172ac53376517a7 (diff) | |
download | bcm5719-llvm-44ea0b2e0e9cac2d34c13d971ac7179619cfde34.tar.gz bcm5719-llvm-44ea0b2e0e9cac2d34c13d971ac7179619cfde34.zip |
Update this (non-default) test case.
llvm-svn: 69636
Diffstat (limited to 'clang/utils/builtin-defines.c')
-rw-r--r-- | clang/utils/builtin-defines.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/utils/builtin-defines.c b/clang/utils/builtin-defines.c index 98b02207481..e8d3356277d 100644 --- a/clang/utils/builtin-defines.c +++ b/clang/utils/builtin-defines.c @@ -55,6 +55,7 @@ RUN: done; #undef __tune_core2__ #undef __POINTER_WIDTH__ #undef __INTPTR_TYPE__ +#undef __NO_MATH_INLINES #undef __DEC128_DEN__ #undef __DEC128_EPSILON__ |