craig.topper added inline comments. ================ Comment at: lib/Target/X86/X86InstrInfo.cpp:8961 + + else if (MI.isLabel()) + return false; ---------------- All of the 'else's on each of these cases can be removed since the 'if's all return. Repository: rL LLVM https://reviews.llvm.org/D26872