~ubuntu-branches/ubuntu/maverick/clamav/maverick-proposed

« back to all changes in this revision

Viewing changes to libclamav/c++/llvm/test/CodeGen/X86/2008-08-19-SubAndFetch.ll

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2010-12-17 12:30:20 UTC
  • mfrom: (0.35.17 sid)
  • Revision ID: james.westby@ubuntu.com-20101217123020-dbtsp3upnaxsgg89
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 -march=x86-64 | FileCheck %s
2
 
 
3
 
@var = external global i64              ; <i64*> [#uses=1]
4
 
 
5
 
define i32 @main() nounwind {
6
 
entry:
7
 
; CHECK: main:
8
 
; CHECK: lock
9
 
; CHECK: decq
10
 
        tail call i64 @llvm.atomic.load.sub.i64.p0i64( i64* @var, i64 1 )               ; <i64>:0 [#uses=0]
11
 
        unreachable
12
 
}
13
 
 
14
 
declare i64 @llvm.atomic.load.sub.i64.p0i64(i64*, i64) nounwind