hans added inline comments. ================ Comment at: test/CodeGen/ARM/tail-opts.ll:71 + +define void @two_instr_return_block(i32* %p) { +entry: ---------------- Did you forget filecheck directives for this? https://reviews.llvm.org/D29153