From: Eli Bendersky Date: Thu, 11 Apr 2013 14:43:19 +0000 (+0000) Subject: Add a CHECK-NOT for a more faithful translation of the original grep | count 2. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=765afbc4ca8a936fe563d1970d6bde43bdfc2528;p=oota-llvm.git Add a CHECK-NOT for a more faithful translation of the original grep | count 2. Thanks to Reid Kleckner for catching this. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179289 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/fast-isel-fneg.ll b/test/CodeGen/X86/fast-isel-fneg.ll index bd96ab95efe..67fdad29936 100644 --- a/test/CodeGen/X86/fast-isel-fneg.ll +++ b/test/CodeGen/X86/fast-isel-fneg.ll @@ -3,6 +3,7 @@ ; SSE2: xor ; SSE2: xor +; SSE2-NOT: xor ; CHECK: doo: ; CHECK: xor