summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2009-07-07 16:56:05 +0000
committerOwen Anderson <resistor@mac.com>2009-07-07 16:56:05 +0000
commit5723bd43d3ac3c54ce2f07f9873d7b689e477306 (patch)
tree194b1bd9fc636987115091d2b153181fa641ae45
parentff4718b0a13e9ad8390b9e37ff12a13adca18236 (diff)
downloadbcm5719-llvm-5723bd43d3ac3c54ce2f07f9873d7b689e477306.tar.gz
bcm5719-llvm-5723bd43d3ac3c54ce2f07f9873d7b689e477306.zip
This parameter should default to true, not false.
llvm-svn: 74915
-rw-r--r--llvm/include/llvm/LLVMContext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/LLVMContext.h b/llvm/include/llvm/LLVMContext.h
index b3b94609efe..7420a742112 100644
--- a/llvm/include/llvm/LLVMContext.h
+++ b/llvm/include/llvm/LLVMContext.h
@@ -95,7 +95,7 @@ public:
Constant* getConstantArray(const ArrayType* T, Constant* const* Vals,
unsigned NumVals);
Constant* getConstantArray(const std::string& Initializer,
- bool AddNull = false);
+ bool AddNull = true);
// ConstantExpr accessors
Constant* getConstantExpr(unsigned Opcode, Constant* C1, Constant* C2);
OpenPOWER on IntegriCloud