this testcase is failing because pic16 doesn't define a reg/reg
[oota-llvm.git] / test / CodeGen / Alpha / 2007-11-27-mulneg3.ll
index 3eac13d2b7ac160b3b6ba315cf0b899ac0fcc55b..b537e250ad869a0877e75cca2da0b1e0bdbed6e6 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=alpha
+; RUN: llc < %s -march=alpha
 
 ;FIXME: this should produce no mul inst.  But not crashing will have to do for now