summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/pr1505b.ll
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2010-02-11 23:55:29 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2010-02-11 23:55:29 +0000
commit4a540f0593f32d928534817b59c4a528e2197e0c (patch)
tree9c30fc9ef6ce4812fc7855571f21b2f0987148a9 /test/CodeGen/X86/pr1505b.ll
parent0d7b0aa76036abc3118d148fbf02ad287bc7be6c (diff)
downloadllvm-4a540f0593f32d928534817b59c4a528e2197e0c.tar.gz
llvm-4a540f0593f32d928534817b59c4a528e2197e0c.tar.bz2
llvm-4a540f0593f32d928534817b59c4a528e2197e0c.tar.xz
Reapply coalescer fix for better cross-class coalescing.
This time with fixed test cases. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95938 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/pr1505b.ll')
-rw-r--r--test/CodeGen/X86/pr1505b.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/pr1505b.ll b/test/CodeGen/X86/pr1505b.ll
index 12736cda4c..6a08dae51f 100644
--- a/test/CodeGen/X86/pr1505b.ll
+++ b/test/CodeGen/X86/pr1505b.ll
@@ -1,5 +1,5 @@
-; RUN: llc < %s -mcpu=i486 | grep fstpl | count 4
-; RUN: llc < %s -mcpu=i486 | grep fstps | count 3
+; RUN: llc < %s -mcpu=i486 | grep fstpl | count 5
+; RUN: llc < %s -mcpu=i486 | grep fstps | count 2
; PR1505
target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64"