repo.or.cz
/
llvm
/
msp430.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Handle logical shift right (at least I hope so :) )
[llvm/msp430.git]
/
test
/
CodeGen
/
X86
/
fold-call-2.ll
blob
349f986830a05c5f0caf89fc5f59af0bc5072ccf
1
; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin | grep mov | count 1
2
3
@f = external global void ()* ; <void ()**> [#uses=1]
4
5
define i32 @main() nounwind {
6
entry:
7
load void ()** @f, align 8 ; <void ()*>:0 [#uses=1]
8
tail call void %0( ) nounwind
9
ret i32 0
10
}