| commit | 7d50478889d03ad6125710de69ff55e594a15139 | [log] [tgz] | 
|---|---|---|
| author | Daniel Dunbar <daniel@zuster.org> | Tue Oct 27 17:49:50 2009 +0000 | 
| committer | Daniel Dunbar <daniel@zuster.org> | Tue Oct 27 17:49:50 2009 +0000 | 
| tree | f3a93248e37fb322b389bf817114911ec9ee1697 | |
| parent | 805c49408fbacc49b2947ad8e060d30ea964b338 [diff] [blame] | 
Add assembly.h for use in .S files. llvm-svn: 85263
diff --git a/compiler-rt/lib/arm/unordsf2vfp.S b/compiler-rt/lib/arm/unordsf2vfp.S index 6b69080..852d4eb 100644 --- a/compiler-rt/lib/arm/unordsf2vfp.S +++ b/compiler-rt/lib/arm/unordsf2vfp.S
@@ -7,6 +7,7 @@ // //===----------------------------------------------------------------------===// +#include "../assembly.h" // // extern int __unordsf2vfp(float a, float b);