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

« back to all changes in this revision

Viewing changes to libclamav/c++/llvm/test/Integer/properties_bt.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: llvm-as %s -o - | llvm-dis > %t1.ll
2
 
; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
3
 
; RUN: diff %t1.ll %t2.ll
4
 
 
5
 
 
6
 
target datalayout = "e-p:32:32"
7
 
target triple = "proc-vend-sys"
8
 
deplibs = [ "m", "c" ]
9