Don't eliminate memcpy's when the address of the pointer may itself be relevant....
[oota-llvm.git] / test / Transforms / MemCpyOpt / sret.ll
index 1bbb5fe8651bd97aed616a3b9281f9735af2606e..bfe5e0fbb9930c66cff1cdbb61084af96649a4d4 100644 (file)
@@ -25,6 +25,6 @@ entry:
   ret void
 }
 
-declare void @ccoshl(%0* noalias sret, %0* byval) nounwind
+declare void @ccoshl(%0* noalias nocapture sret, %0* byval) nounwind
 
 declare void @llvm.memcpy.p0i8.p0i8.i32(i8* nocapture, i8* nocapture, i32, i32, i1) nounwind