Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / test / LTO / X86 / no-undefined-puts-when-implemented.ll
index 70546092c6f5a4f957e4a608699cbd11c5b8dde9..132ec671d5bac7f4247bf8e5ea342e3f178bf428 100644 (file)
@@ -21,7 +21,7 @@ entry:
 define i32 @uses_printf(i32 %i) {
 entry:
   %s = getelementptr [13 x i8], [13 x i8]* @str, i64 0, i64 0
-  call i32 (i8*, ...)* @printf(i8* %s)
+  call i32 (i8*, ...) @printf(i8* %s)
   ret i32 0
 }