blob: 4cb768ef5b6d37e1a67e6883a002310c16350218 [file] [log] [blame]
Dan Gohmanfce288f2009-09-09 00:09:15 +00001; RUN: llc < %s -march=arm
Duncan Sandsc3e26722008-07-18 21:18:48 +00002
3define float @f(float %a, float %b) nounwind {
4 %tmp = fdiv float %a, %b
5 ret float %tmp
6}