From: David Majnemer Date: Sun, 27 Dec 2015 06:26:41 +0000 (+0000) Subject: Make the test properly constrained X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=13f5e7d35c21e7a11324ba751a525d1bc204c77c;p=oota-llvm.git Make the test properly constrained git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@256460 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/inline-asm-2addr.ll b/test/CodeGen/X86/inline-asm-2addr.ll index c5d96415616..92397ef4094 100644 --- a/test/CodeGen/X86/inline-asm-2addr.ll +++ b/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 }