]> granicus.if.org Git - clang/commitdiff
It looks like the FreeBSD buildbot needs this for the builtins-x86.c test.
authorBill Wendling <isanbard@gmail.com>
Wed, 13 Apr 2011 10:02:54 +0000 (10:02 +0000)
committerBill Wendling <isanbard@gmail.com>
Wed, 13 Apr 2011 10:02:54 +0000 (10:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@129433 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGBuiltin.cpp

index 72a8ef8a5d585052c46ba19e971dfaa80123b840..fce2bf40ee10d7189e7cd985ba06e1f4d6c298ff 100644 (file)
@@ -2092,6 +2092,8 @@ Value *CodeGenFunction::EmitX86BuiltinExpr(unsigned BuiltinID,
     // If palignr is shifting the pair of vectors more than 32 bytes, emit zero.
     return llvm::Constant::getNullValue(ConvertType(E->getType()));
   }
+  case X86::BI__builtin_ia32_loadups:
+  case X86::BI__builtin_ia32_loadupd:
   case X86::BI__builtin_ia32_loaddqu: {
     const llvm::Type *VecTy = ConvertType(E->getType());
     const llvm::Type *IntTy = llvm::IntegerType::get(getLLVMContext(), 128);