[X86] Add missing undef of DEFAULT_FN_ATTRS in FXSR intrinsics

llvm-svn: 241055
This commit is contained in:
Michael Kuperstein 2015-06-30 10:18:54 +00:00
parent 21a7cfec64
commit 9101a98bd0
1 changed files with 2 additions and 0 deletions

View File

@ -50,4 +50,6 @@ _fxrstor64(void *__p) {
return __builtin_ia32_fxrstor64(__p);
}
#undef DEFAULT_FN_ATTRS
#endif