From: Chris Lattner Date: Fri, 17 Oct 2008 19:59:51 +0000 (+0000) Subject: add support for 128 bit aggregates. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=cfc14c153a3e233c329394f148d83cd6862a51a6;p=oota-llvm.git 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 2fe2fefaefb..dc998794901 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp +++ b/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp @@ -4416,6 +4416,7 @@ struct VISIBILITY_HIDDEN SDISelAsmOperandInfo : case 16: case 32: case 64: + case 128: OpTy = IntegerType::get(BitSize); break; }