OSDN Git Service

add nocapture attribute to llvm.mem* intrinsics and have tblgen
authorChris Lattner <sabre@nondot.org>
Mon, 12 Jan 2009 01:12:03 +0000 (01:12 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 12 Jan 2009 01:12:03 +0000 (01:12 +0000)
commita62c302ddd79c525d6fac050974911d36662ebfe
treeb892a6de9b6f64d5a5edbe35d3fec4e4850d29e8
parentc3443718540c6662f7502feb76849cf816baaa9f
add nocapture attribute to llvm.mem* intrinsics and have tblgen
parse them.  tblgen doesn't yet do anything with this info though.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62065 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Intrinsics.td
utils/TableGen/CodeGenIntrinsics.h
utils/TableGen/CodeGenTarget.cpp