summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2011-04-13 20:17:22 +0000
committerBill Wendling <isanbard@gmail.com>2011-04-13 20:17:22 +0000
commita865185ad6489e938ca18409bdcaf795616b3382 (patch)
treefe0cb4fad4c934027ee147dfbe1341a93bade56c /clang/lib/CodeGen
parent2772f662da78edad16654d30058b1594042b7a83 (diff)
downloadbcm5719-llvm-a865185ad6489e938ca18409bdcaf795616b3382.tar.gz
bcm5719-llvm-a865185ad6489e938ca18409bdcaf795616b3382.zip
Removing the unaligned load tests from builtins-x86.c since they're generated by a regular 'load' now.
llvm-svn: 129464
Diffstat (limited to 'clang/lib/CodeGen')
-rw-r--r--clang/lib/CodeGen/CGBuiltin.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/lib/CodeGen/CGBuiltin.cpp b/clang/lib/CodeGen/CGBuiltin.cpp
index fce2bf40ee1..72a8ef8a5d5 100644
--- a/clang/lib/CodeGen/CGBuiltin.cpp
+++ b/clang/lib/CodeGen/CGBuiltin.cpp
@@ -2092,8 +2092,6 @@ 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);
OpenPOWER on IntegriCloud