diff mbox series

[12/31] VAX: Actually enable `builtins.md' now that it is fully functional

Message ID alpine.LFD.2.21.2011200248360.656242@eddie.linux-mips.org
State Accepted
Headers show
Series VAX: Bring the port up to date (yes, MODE_CC conversion is included) | expand

Commit Message

Maciej W. Rozycki Nov. 20, 2020, 3:35 a.m. UTC
Test cases will follow.

	gcc/
	* config/vax/vax.md: Include `builtins.md'.
---
 gcc/config/vax/vax.md | 2 ++
 1 file changed, 2 insertions(+)

Comments

Jeff Law Nov. 20, 2020, 11:21 p.m. UTC | #1
On 11/19/20 8:35 PM, Maciej W. Rozycki wrote:
> Test cases will follow.
>
> 	gcc/
> 	* config/vax/vax.md: Include `builtins.md'.
OK.  THough probably shouldn't commit individually, but instead once all
the prereqs are done.
jeff
diff mbox series

Patch

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 @@  (define_expand "nonlocal_goto"
   emit_barrier ();
   DONE;
 })
+
+(include "builtins.md")