]> granicus.if.org Git - clang/commit
If we are compiling with -fno-builtin then don't do constant folding of
authorDavid Chisnall <csdavec@swan.ac.uk>
Fri, 6 Jan 2012 12:20:19 +0000 (12:20 +0000)
committerDavid Chisnall <csdavec@swan.ac.uk>
Fri, 6 Jan 2012 12:20:19 +0000 (12:20 +0000)
commit843cc5aaed8c1b2e750aeef3ba13959f0ee117cc
treedc233edc58465f31890ed4b1af6180934ec4034c
parent092beef87b367e62f96c0057118ba540777de452
If we are compiling with -fno-builtin then don't do constant folding of
builtins.

This fixes PR11711.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@147655 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGBuiltin.cpp
test/CodeGen/no-builtin.c [new file with mode: 0644]