[AVX512] add PSLLD and PSLLQ Intrinsic
[oota-llvm.git] / test / CodeGen / X86 / fast-isel-bail.ll
index fb4f37ef90be92b92e28de03fd45b54c7f920c90..a485827be96d50d38955a73e4724368331985885 100644 (file)
@@ -1,9 +1,9 @@
-; RUN: llvm-as < %s | llc -march=x86 -O0
+; RUN: llc < %s -march=x86 -O0
 
 ; This file is for regression tests for cases where FastISel needs
 ; to gracefully bail out and let SelectionDAGISel take over.
 
-       type { i64, i8* }               ; type %0
+       %0 = type { i64, i8* }          ; type %0
 
 declare void @bar(%0)