[gcc(refs/users/macro/heads/vax-mode-cc)] VAX: Actually enable `builtins.md' now that it is fully functional
Maciej W. Rozycki
macro@gcc.gnu.org
Fri Nov 20 03:38:47 GMT 2020
https://gcc.gnu.org/g:c3fe6540b9bbe7c554684402708b0160ddf3aaeb
commit c3fe6540b9bbe7c554684402708b0160ddf3aaeb
Author: Maciej W. Rozycki <macro@linux-mips.org>
Date: Fri Nov 20 02:26:54 2020 +0000
VAX: Actually enable `builtins.md' now that it is fully functional
Test cases will follow.
gcc/
* config/vax/vax.md: Include `builtins.md'.
Diff:
---
gcc/config/vax/vax.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gcc/config/vax/vax.md b/gcc/config/vax/vax.md
index e6b217fd0d7..66f03df1932 100644
--- a/gcc/config/vax/vax.md
+++ b/gcc/config/vax/vax.md
@@ -1634,3 +1634,5 @@
emit_barrier ();
DONE;
})
+
+(include "builtins.md")
More information about the Gcc-cvs
mailing list