commit | f1aaff6a3ba4c3ca31010ce8865b3b586dc238ef | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Fri Oct 17 19:59:51 2008 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Fri Oct 17 19:59:51 2008 +0000 |
tree | 29e6ab611b58130e05602bd0a04672ea17774d6e | |
parent | ae6b98cd73e13829e9796d87cf4120bebba93770 [diff] [blame] |
add support for 128 bit aggregates. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57715 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp index 2fe2fef..dc99879 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp +++ b/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp
@@ -4416,6 +4416,7 @@ case 16: case 32: case 64: + case 128: OpTy = IntegerType::get(BitSize); break; }