From: Pete Cooper Date: Fri, 22 Feb 2013 18:16:21 +0000 (+0000) Subject: Remove unused CHECK lines copied from another test X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=23e8b6b8c918238d870248baa21f37c81ff3817a;p=platform%2Fupstream%2Fllvm.git Remove unused CHECK lines copied from another test llvm-svn: 175905 --- diff --git a/llvm/test/CodeGen/X86/fast-isel-constant.ll b/llvm/test/CodeGen/X86/fast-isel-constant.ll index 394c1f9..6f9240a 100644 --- a/llvm/test/CodeGen/X86/fast-isel-constant.ll +++ b/llvm/test/CodeGen/X86/fast-isel-constant.ll @@ -19,14 +19,6 @@ normal: overflow: ret i1 false - -; X32: test4: -; X32: addl -; X32-NEXT: jo - -; X64: test4: -; X64: addl %e[[A1:si|dx]], %e[[A0:di|cx]] -; X64-NEXT: jo } declare {i32, i1} @llvm.sadd.with.overflow.i32(i32, i32)