rnk accepted this revision. rnk added a comment. This revision is now accepted and ready to land.
lgtm ================ Comment at: lib/Target/X86/X86ISelLowering.cpp:32315 + } + // Else fall through (handle "Y" constraint). case 'v': ---------------- Use LLVM_FALLTHROUGH here to avoid warnings in some compilers. Repository: rL LLVM https://reviews.llvm.org/D25062 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits