From 765afbc4ca8a936fe563d1970d6bde43bdfc2528 Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Thu, 11 Apr 2013 14:43:19 +0000 Subject: [PATCH] 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 --- test/CodeGen/X86/fast-isel-fneg.ll | 1 + 1 file changed, 1 insertion(+) 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 -- 2.34.1