commit | 7d50478889d03ad6125710de69ff55e594a15139 | [log] [tgz] |
---|---|---|
author | Daniel Dunbar <[email protected]> | Tue Oct 27 17:49:50 2009 |
committer | Daniel Dunbar <[email protected]> | Tue Oct 27 17:49:50 2009 |
tree | f3a93248e37fb322b389bf817114911ec9ee1697 | |
parent | 805c49408fbacc49b2947ad8e060d30ea964b338 [diff] [blame] |
Add assembly.h for use in .S files. llvm-svn: 85263
diff --git a/compiler-rt/lib/arm/eqdf2vfp.S b/compiler-rt/lib/arm/eqdf2vfp.S index 8111a0d5..25cc959 100644 --- a/compiler-rt/lib/arm/eqdf2vfp.S +++ b/compiler-rt/lib/arm/eqdf2vfp.S
@@ -7,6 +7,7 @@ // //===----------------------------------------------------------------------===// +#include "../assembly.h" // // extern int __eqdf2vfp(double a, double b);