From 01fa067fe52081463222110b957053734e357f79 Mon Sep 17 00:00:00 2001 From: azidar Date: Fri, 17 Apr 2015 10:59:32 -0700 Subject: Fixed bug in primop lowering during type inference. Added reduce instructions and renamed concat -> cat, equal -> eq, and added neq and neg --- test/passes/inline/gcd.fir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/passes/inline') diff --git a/test/passes/inline/gcd.fir b/test/passes/inline/gcd.fir index bf6f87ab..5713cd43 100644 --- a/test/passes/inline/gcd.fir +++ b/test/passes/inline/gcd.fir @@ -30,7 +30,7 @@ circuit top : when e : x := a y := b - v := equal-uu(v, UInt(0)) + v := eq-uu(v, UInt(0)) z := x module top : input a : UInt(16) -- cgit v1.2.3