[AVX512] add PSLLD and PSLLQ Intrinsic
[oota-llvm.git] / test / CodeGen / X86 / fast-isel-bail.ll
index 9072c5c7b593706ab3ebb16b7b36180caec0414e..a485827be96d50d38955a73e4724368331985885 100644 (file)
@@ -3,7 +3,7 @@
 ; 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)