[PATCH] D8304: Fix backward operands in call to isTruncateFree() and add asserts.
Jonathan Roelofs
jonathan at codesourcery.com
Tue Jul 28 10:22:57 PDT 2015
jroelofs added inline comments.
================
Comment at: include/llvm/Target/TargetLowering.h:1482
@@ -1476,3 +1481,3 @@
/// tail call.
virtual bool allowTruncateForTailCall(Type * /*Ty1*/, Type * /*Ty2*/) const {
return false;
----------------
Would be nice to fix this one too.
http://reviews.llvm.org/D8304
More information about the llvm-commits
mailing list