Dan Gohman | fce288f | 2009-09-09 00:09:15 +0000 | [diff] [blame^] | 1 | ; RUN: llc < %s -march=arm |
Duncan Sands | c3e2672 | 2008-07-18 21:18:48 +0000 | [diff] [blame] | 2 | |
3 | define float @f(float %a, float %b) nounwind { | ||||
4 | %tmp = fdiv float %a, %b | ||||
5 | ret float %tmp | ||||
6 | } |