aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/fold-pcmpeqd-0.ll
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-12-20 16:34:57 +0000
committerDan Gohman <gohman@apple.com>2008-12-20 16:34:57 +0000
commitf89e6e65770edccd8cc3baf2314b89ba894ffa4f (patch)
treed23072ca959a4e97ed3a6612856e88cf568fb21c /test/CodeGen/X86/fold-pcmpeqd-0.ll
parentb8fd41985ffd0f87fc2bbf488ae472c188ee5853 (diff)
downloadexternal_llvm-f89e6e65770edccd8cc3baf2314b89ba894ffa4f.zip
external_llvm-f89e6e65770edccd8cc3baf2314b89ba894ffa4f.tar.gz
external_llvm-f89e6e65770edccd8cc3baf2314b89ba894ffa4f.tar.bz2
Use the correct Preds and Succs lists in setHeightDirty()
and setDepthDirty(), respectively. This fixes PR3241. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61276 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/fold-pcmpeqd-0.ll')
-rw-r--r--test/CodeGen/X86/fold-pcmpeqd-0.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/fold-pcmpeqd-0.ll b/test/CodeGen/X86/fold-pcmpeqd-0.ll
index 152c122..a529f91 100644
--- a/test/CodeGen/X86/fold-pcmpeqd-0.ll
+++ b/test/CodeGen/X86/fold-pcmpeqd-0.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin | grep pcmpeqd | count 1
+; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin | not grep pcmpeqd
; RUN: llvm-as < %s | llc -mtriple=x86_64-apple-darwin | grep pcmpeqd | count 1
; This testcase shouldn't need to spill the -1 value,