[llvm] r256460 - Make the test properly constrained

David Majnemer via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 26 22:26:41 PST 2015


Author: majnemer
Date: Sun Dec 27 00:26:41 2015
New Revision: 256460

URL: http://llvm.org/viewvc/llvm-project?rev=256460&view=rev
Log:
Make the test properly constrained

Modified:
    llvm/trunk/test/CodeGen/X86/inline-asm-2addr.ll

Modified: llvm/trunk/test/CodeGen/X86/inline-asm-2addr.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/inline-asm-2addr.ll?rev=256460&r1=256459&r2=256460&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/inline-asm-2addr.ll (original)
+++ llvm/trunk/test/CodeGen/X86/inline-asm-2addr.ll Sun Dec 27 00:26:41 2015
@@ -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
 }




More information about the llvm-commits mailing list