diff --git a/llvm/test/CodeGen/X86/inline-asm-2addr.ll b/llvm/test/CodeGen/X86/inline-asm-2addr.ll index c5d964156164..92397ef40940 100644 --- a/llvm/test/CodeGen/X86/inline-asm-2addr.ll +++ b/llvm/test/CodeGen/X86/inline-asm-2addr.ll @@ -14,5 +14,5 @@ entry: %0 = add i64 %asmtmp1, %asmtmp ; [#uses=1] ; CHECK-NEXT: leaq (%[[REG2]],%[[REG1]]), %rax ret i64 %0 -; CHECK-NEXT: retq +; CHECK: retq }