================
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 ||
----------------
Tim Northover wrote:
> I think these two should probably be removed now that vectors are Long/ULong.
I tried that and got bit by 32-bit ARM, they use long long for int64_t.
http://llvm-reviews.chandlerc.com/D2021
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits