~ubuntu-branches/ubuntu/maverick/clamav/maverick-updates

« back to all changes in this revision

Viewing changes to libclamav/c++/llvm/test/CodeGen/X86/2009-06-03-Win64DisableRedZone.ll

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2010-12-17 12:30:20 UTC
  • mfrom: (97.1.1 maverick-proposed)
  • Revision ID: james.westby@ubuntu.com-20101217123020-o02fhyzykv5z98ri
Tags: 0.96.5+dfsg-1ubuntu1.10.10.1
* Microversion update for Maverick (LP: #691414)
  - Improved database login times
  - Expanded use of new bytecode signatures
  - Other bugfixes/improvements

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
; RUN: llc < %s | grep "subq.*\\\$40, \\\%rsp"
2
 
target triple = "x86_64-mingw64"
3
 
 
4
 
define x86_fp80 @a(i64 %x) nounwind readnone {
5
 
entry:
6
 
        %conv = sitofp i64 %x to x86_fp80               ; <x86_fp80> [#uses=1]
7
 
        ret x86_fp80 %conv
8
 
}
9