projects
/
oota-llvm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add test to show suboptimal load merging behavior
[oota-llvm.git]
/
test
/
CodeGen
/
X86
/
fold-call-2.ll
1
; RUN: llc < %s -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 ()*, void ()** @f, align 8 ; <void ()*>:0 [#uses=1]
8
tail call void %0( ) nounwind
9
ret i32 0
10
}