From d37635d2f20b03e09ed121be35e39958bc51ec15 Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Thu, 16 May 2013 11:46:50 +0000 Subject: Relax CHECK-NEXTs a bit to cope with atom's return nop padding. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181999 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/peep-test-4.ll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/CodeGen/X86/peep-test-4.ll b/test/CodeGen/X86/peep-test-4.ll index bc090c176b..b670c31780 100644 --- a/test/CodeGen/X86/peep-test-4.ll +++ b/test/CodeGen/X86/peep-test-4.ll @@ -78,7 +78,7 @@ return: ; CHECK-NEXT: addq %rdi, %rax ; CHECK-NEXT: adcq $0, %rsi ; CHECK-NEXT: sete %al -; CHECK-NEXT: ret +; CHECK: ret define zeroext i1 @adc(i128 %x) nounwind { %add = add i128 %x, 9223372036854775808 %cmp = icmp ult i128 %add, 18446744073709551616 @@ -89,7 +89,7 @@ define zeroext i1 @adc(i128 %x) nounwind { ; CHECK: cmpq %rdx, %rdi ; CHECK-NEXT: sbbq %rcx, %rsi ; CHECK-NEXT: setns %al -; CHECK-NEXT: ret +; CHECK: ret define zeroext i1 @sbb(i128 %x, i128 %y) nounwind { %sub = sub i128 %x, %y %cmp = icmp sge i128 %sub, 0 -- cgit v1.2.3