From 7d50478889d03ad6125710de69ff55e594a15139 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Tue, 27 Oct 2009 17:49:50 +0000 Subject: Add assembly.h for use in .S files. llvm-svn: 85263 --- compiler-rt/lib/arm/ltsf2vfp.S | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler-rt/lib/arm/ltsf2vfp.S') diff --git a/compiler-rt/lib/arm/ltsf2vfp.S b/compiler-rt/lib/arm/ltsf2vfp.S index 18a1cc50cc6..f281a71a0a2 100644 --- a/compiler-rt/lib/arm/ltsf2vfp.S +++ b/compiler-rt/lib/arm/ltsf2vfp.S @@ -7,6 +7,7 @@ // //===----------------------------------------------------------------------===// +#include "../assembly.h" // // extern int __ltsf2vfp(float a, float b); -- cgit v1.2.3