add support for 128 bit aggregates.
authorChris Lattner <sabre@nondot.org>
Fri, 17 Oct 2008 19:59:51 +0000 (19:59 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 17 Oct 2008 19:59:51 +0000 (19:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57715 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp

index 2fe2fefaefbe9ab581648ec6b5a26491f3ce5501..dc99879490120fd2e131b0f412cfa18be2576f02 100644 (file)
@@ -4416,6 +4416,7 @@ struct VISIBILITY_HIDDEN SDISelAsmOperandInfo :
       case 16:
       case 32:
       case 64:
+      case 128:
         OpTy = IntegerType::get(BitSize);
         break;
       }