OSDN Git Service

don't assume that the argument passed to fprintf("%s" is a string. This
authorChris Lattner <sabre@nondot.org>
Mon, 21 Apr 2008 03:18:33 +0000 (03:18 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 21 Apr 2008 03:18:33 +0000 (03:18 +0000)
commit281def945608e177e7ca8bcaf142b58a06e0892d
tree0e8809cbba1b3d5c67ee164427bbf97dd54026f1
parent2cc675180b06d0a2173365a4015606933f1a285d
don't assume that the argument passed to fprintf("%s"  is a string.  This
fixes a crash in opt on 433.milc.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50023 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/IPO/SimplifyLibCalls.cpp