summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR
diff options
context:
space:
mode:
authorScott Linder <scott@scottlinder.com>2018-01-10 19:27:20 +0000
committerScott Linder <scott@scottlinder.com>2018-01-10 19:27:20 +0000
commit279cc1b5e27832434f685ef600940bc882d018ac (patch)
tree1be6cda88a10b9d5c1c015ac38d6b3bf121b5227 /llvm/lib/IR
parentd96d93576b146aa300f9e6fe89f932a39c9e9f73 (diff)
downloadbcm5719-llvm-279cc1b5e27832434f685ef600940bc882d018ac.tar.gz
bcm5719-llvm-279cc1b5e27832434f685ef600940bc882d018ac.zip
Test commit access
llvm-svn: 322213
Diffstat (limited to 'llvm/lib/IR')
-rw-r--r--llvm/lib/IR/ValueTypes.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/IR/ValueTypes.cpp b/llvm/lib/IR/ValueTypes.cpp
index 22f9fe7a66d..037c157fda8 100644
--- a/llvm/lib/IR/ValueTypes.cpp
+++ b/llvm/lib/IR/ValueTypes.cpp
@@ -272,8 +272,8 @@ Type *EVT::getTypeForEVT(LLVMContext &Context) const {
case MVT::v16f32: return VectorType::get(Type::getFloatTy(Context), 16);
case MVT::v1f64: return VectorType::get(Type::getDoubleTy(Context), 1);
case MVT::v2f64: return VectorType::get(Type::getDoubleTy(Context), 2);
- case MVT::v4f64: return VectorType::get(Type::getDoubleTy(Context), 4);
- case MVT::v8f64: return VectorType::get(Type::getDoubleTy(Context), 8);
+ case MVT::v4f64: return VectorType::get(Type::getDoubleTy(Context), 4);
+ case MVT::v8f64: return VectorType::get(Type::getDoubleTy(Context), 8);
case MVT::Metadata: return Type::getMetadataTy(Context);
}
}
OpenPOWER on IntegriCloud