[InstCombine] Signed saturation patterns
[llvm-core.git] / test / CodeGen / X86 / fold-call-2.ll
blobb5e2606410f0cd2754ff12e34f3c27eb08f3b3e0
1 ; RUN: llc < %s -mtriple=i386-apple-darwin | grep mov | count 1
3 @f = external global void ()*           ; <void ()**> [#uses=1]
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