summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2008-09-30 21:40:30 +0000
committerBill Wendling <isanbard@gmail.com>2008-09-30 21:40:30 +0000
commite818bc159f8c1e1d705d71adb67e952d5aaa19e1 (patch)
treeef7af59cb2d6b0808903d8635967884d8051d70b /llvm/lib/CodeGen
parentbd09262e97e8a04433eaad72151478bdb4ae3f58 (diff)
downloadbcm5719-llvm-e818bc159f8c1e1d705d71adb67e952d5aaa19e1.tar.gz
bcm5719-llvm-e818bc159f8c1e1d705d71adb67e952d5aaa19e1.zip
- Initialize "--no-builtin" to "false".
- Testcase for r56885. llvm-svn: 56886
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
index a9b99b1bd93..37297d6dccd 100644
--- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
@@ -42,7 +42,7 @@
using namespace llvm;
static cl::opt<bool>
-NoBuiltin("no-builtin",
+NoBuiltin("no-builtin", cl::init(false),
cl::desc("Don't recognize built-in functions that do not begin "
"with `__builtin_' as prefix"));
OpenPOWER on IntegriCloud