diff options
author | Eli Bendersky <eliben@google.com> | 2013-04-11 14:43:19 +0000 |
---|---|---|
committer | Eli Bendersky <eliben@google.com> | 2013-04-11 14:43:19 +0000 |
commit | 765afbc4ca8a936fe563d1970d6bde43bdfc2528 (patch) | |
tree | 82d8a7ff67a816532e9bf1a420a857f06c78b6df /test/CodeGen | |
parent | 845a932af74ecbd2a20af5751dd61fa8cf2246f5 (diff) | |
download | external_llvm-765afbc4ca8a936fe563d1970d6bde43bdfc2528.zip external_llvm-765afbc4ca8a936fe563d1970d6bde43bdfc2528.tar.gz external_llvm-765afbc4ca8a936fe563d1970d6bde43bdfc2528.tar.bz2 |
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
Diffstat (limited to 'test/CodeGen')
-rw-r--r-- | test/CodeGen/X86/fast-isel-fneg.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/X86/fast-isel-fneg.ll b/test/CodeGen/X86/fast-isel-fneg.ll index bd96ab9..67fdad2 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 |