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/i386/floatdixf.S b/compiler-rt/lib/i386/floatdixf.S index 71e2d2a..cd85c09 100644 --- a/compiler-rt/lib/i386/floatdixf.S +++ b/compiler-rt/lib/i386/floatdixf.S
@@ -1,6 +1,8 @@ // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. +#include "../assembly.h" + // float __floatdixf(di_int a); #ifdef __i386__