blob: 4cb768ef5b6d37e1a67e6883a002310c16350218 [file] [log] [blame]
Dan Gohmanda594cf2009-09-09 00:09:15 +00001; RUN: llc < %s -march=arm
Duncan Sands788a6e22008-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}