ahatanak added inline comments.

================
Comment at: lib/Sema/SemaExpr.cpp:9736
+  }
+
+  if (TypeSize == Context.getTypeSize(Context.LongLongTy))
----------------
This isn't particularly urgent, but can we use ASTContext 
::getIntTypeForBitwidth here rather than calling getVectorType or 
getExtVectorType in many places?



https://reviews.llvm.org/D31667



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to