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

« back to all changes in this revision

Viewing changes to libclamav/c++/llvm/test/CodeGen/ARM/thread_pointer.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 -march=arm -mtriple=arm-linux-gnueabi | \
2
 
; RUN:     grep {__aeabi_read_tp}
3
 
 
4
 
define i8* @test() {
5
 
entry:
6
 
        %tmp1 = call i8* @llvm.arm.thread.pointer( )            ; <i8*> [#uses=0]
7
 
        ret i8* %tmp1
8
 
}
9
 
 
10
 
declare i8* @llvm.arm.thread.pointer()