diff options
| author | Bill Wendling <isanbard@gmail.com> | 2011-04-13 10:02:54 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2011-04-13 10:02:54 +0000 |
| commit | 88ae43772ad99cce8a2e429a0a062b980c21696c (patch) | |
| tree | 655371a9ec48766a60b5c583193822cfe6e1013a /clang/lib/CodeGen | |
| parent | 70be27e913a4c71ecba76d1a8cf8503b4a98cb3f (diff) | |
| download | bcm5719-llvm-88ae43772ad99cce8a2e429a0a062b980c21696c.tar.gz bcm5719-llvm-88ae43772ad99cce8a2e429a0a062b980c21696c.zip | |
It looks like the FreeBSD buildbot needs this for the builtins-x86.c test.
llvm-svn: 129433
Diffstat (limited to 'clang/lib/CodeGen')
| -rw-r--r-- | clang/lib/CodeGen/CGBuiltin.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CGBuiltin.cpp b/clang/lib/CodeGen/CGBuiltin.cpp index 72a8ef8a5d5..fce2bf40ee1 100644 --- a/clang/lib/CodeGen/CGBuiltin.cpp +++ b/clang/lib/CodeGen/CGBuiltin.cpp @@ -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); |

