1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 12:33:33 +02:00

Codegen improvement has reduced one spill.

llvm-svn: 45814
This commit is contained in:
Evan Cheng 2008-01-10 02:54:40 +00:00
parent 8846740401
commit 0747381b13

View File

@ -1,4 +1,4 @@
; RUN: llvm-as < %s | llc -mcpu=i486 | grep fstpl | count 4
; RUN: llvm-as < %s | llc -mcpu=i486 | grep fstpl | count 3
; RUN: llvm-as < %s | llc -mcpu=i486 | grep fstps | count 3
; ModuleID = '<stdin>'