[DAGCombiner] Add target hook function to decide folding (mul (add x, c1), c2)
[llvm-project.git] / llvm / test / Transforms / Inline / 2004-04-20-InlineLinkOnce.ll
blobd194ab062e042fecd3505406574e85abd9c0a0aa
1 ; RUN: opt < %s -inline -prune-eh -disable-output -enable-new-pm=0
3 define linkonce void @caller() {
4         call void @callee( )
5         ret void
8 define linkonce void @callee() {
9         ret void