[llvm] r175905 - Remove unused CHECK lines copied from another test
Pete Cooper
peter_cooper at apple.com
Fri Feb 22 10:16:22 PST 2013
Author: pete
Date: Fri Feb 22 12:16:21 2013
New Revision: 175905
URL: http://llvm.org/viewvc/llvm-project?rev=175905&view=rev
Log:
Remove unused CHECK lines copied from another test
Modified:
llvm/trunk/test/CodeGen/X86/fast-isel-constant.ll
Modified: llvm/trunk/test/CodeGen/X86/fast-isel-constant.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/fast-isel-constant.ll?rev=175905&r1=175904&r2=175905&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/fast-isel-constant.ll (original)
+++ llvm/trunk/test/CodeGen/X86/fast-isel-constant.ll Fri Feb 22 12:16:21 2013
@@ -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)
More information about the llvm-commits
mailing list