]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/cfg/intrinsics/simd/backend/backend.factor
change ERROR: words from throw-foo back to foo.
[factor.git] / basis / compiler / cfg / intrinsics / simd / backend / backend.factor
index c462a528ad50c9d4db0aa95cefab49b1aeedae62..9233e26885c990ba4ca1f9ce08c20a13810bf13a 100644 (file)
@@ -121,7 +121,7 @@ MACRO: if-literals-match ( quots -- quot )
             ! node literals quot
             [ _ firstn ] dip call
             drop
-        ] [ 2drop throw-bad-simd-intrinsic ] if
+        ] [ 2drop bad-simd-intrinsic ] if
     ] ;
 
 CONSTANT: [unary]        [ ds-drop  ds-pop ]