Make the test properly constrained

llvm-svn: 256460
This commit is contained in:
David Majnemer 2015-12-27 06:26:41 +00:00
parent 7345ac0c0b
commit 2f2625c056
1 changed files with 1 additions and 1 deletions

View 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
}