[AVX512] add PSLLW and PSLLV Intrinsic
[oota-llvm.git] / test / Feature / attributes.ll
index 7707d82be5ce2a86a9d16768ae5645b6f46ee79b..cae3cbfe79bad153b67a9a4024a545fdc3e33678 100644 (file)
@@ -6,7 +6,7 @@
 
 define void @foo() #0 {
 entry:
-  %call = call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([14 x i8]* @.str, i32 0, i32 0))
+  %call = call i32 (i8*, ...) @printf(i8* getelementptr inbounds ([14 x i8], [14 x i8]* @.str, i32 0, i32 0))
   ret void
 }