Make the test properly constrained
[oota-llvm.git] / test / CodeGen / X86 / inline-asm-2addr.ll
index c5d964156164c6c797d45be420242481323a1e99..92397ef409403381f1ca97d2bdd6c6b08cd1f96a 100644 (file)
@@ -14,5 +14,5 @@ entry:
        %0 = add i64 %asmtmp1, %asmtmp          ; <i64> [#uses=1]
 ; CHECK-NEXT: leaq    (%[[REG2]],%[[REG1]]), %rax
        ret i64 %0
-; CHECK-NEXT: retq
+; CHECK:      retq
 }