I've looked over the bits I know and have access to, and it looks mostly fine 
to me. I don't know anything about the BSDs or anything though.


================
Comment at: lib/Sema/SemaType.cpp:4792-4793
@@ -4790,3 +4791,4 @@
+         BTy->getKind() == BuiltinType::ULong ||
          BTy->getKind() == BuiltinType::LongLong ||
          BTy->getKind() == BuiltinType::ULongLong ||
          BTy->getKind() == BuiltinType::Float ||
----------------
I think these two should probably be removed now that vectors are Long/ULong.


http://llvm-reviews.chandlerc.com/D2021
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to