summaryrefslogtreecommitdiff
path: root/include/llvm/Constants.h
diff options
context:
space:
mode:
authorAndrew Lenharth <andrewl@lenharth.org>2006-12-08 18:06:16 +0000
committerAndrew Lenharth <andrewl@lenharth.org>2006-12-08 18:06:16 +0000
commit38ecbf18eb9c8ca7ae08dfed4dc6fb4e3e5deb1e (patch)
tree25f918d862f8baff414df9382c194b5b5e072de1 /include/llvm/Constants.h
parent8894255fc01cd8dcdccc700fdd69186d02131ffe (diff)
downloadllvm-38ecbf18eb9c8ca7ae08dfed4dc6fb4e3e5deb1e.tar.gz
llvm-38ecbf18eb9c8ca7ae08dfed4dc6fb4e3e5deb1e.tar.bz2
llvm-38ecbf18eb9c8ca7ae08dfed4dc6fb4e3e5deb1e.tar.xz
Packed Structures
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32361 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Constants.h')
-rw-r--r--include/llvm/Constants.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Constants.h b/include/llvm/Constants.h
index 8c31ba3275..04cad0b1b7 100644
--- a/include/llvm/Constants.h
+++ b/include/llvm/Constants.h
@@ -370,7 +370,7 @@ public:
/// get() - Static factory methods - Return objects of the specified value
///
static Constant *get(const StructType *T, const std::vector<Constant*> &V);
- static Constant *get(const std::vector<Constant*> &V);
+ static Constant *get(const std::vector<Constant*> &V, bool packed = false);
/// getType() specialization - Reduce amount of casting...
///