]> granicus.if.org Git - clang/commit
fix a crash on code that uses the result value of __builtin___memcpy_chk.
authorChris Lattner <sabre@nondot.org>
Wed, 20 Apr 2011 23:14:50 +0000 (23:14 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 20 Apr 2011 23:14:50 +0000 (23:14 +0000)
commit42f681b83378de1541919c7f72e7555e35158867
tree70fa07469c26bf019d922a3c4d19da3dd7f30ece
parenta10ae7b895737694ddc3f0f3fc6105c4871fef23
fix a crash on code that uses the result value of __builtin___memcpy_chk.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@129892 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGBuiltin.cpp
test/CodeGen/builtin-memfns.c