add support for 128 bit aggregates.

llvm-svn: 57715
This commit is contained in:
Chris Lattner 2008-10-17 19:59:51 +00:00
parent fe9e2c587d
commit aadf7414b2
1 changed files with 1 additions and 0 deletions

View File

@ -4416,6 +4416,7 @@ struct VISIBILITY_HIDDEN SDISelAsmOperandInfo :
case 16:
case 32:
case 64:
case 128:
OpTy = IntegerType::get(BitSize);
break;
}