1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/include
Richard Trieu 53fe31003c Add asserts to SmallVector so that calls to front() and back() only succeed
if the vector is not empty.  This will ensure that calls to these functions
will reference elements in the vector.

llvm-svn: 173321
2013-01-24 04:29:24 +00:00
..
llvm Add asserts to SmallVector so that calls to front() and back() only succeed 2013-01-24 04:29:24 +00:00
llvm-c Add the IR attribute 'sspstrong'. 2013-01-23 06:41:41 +00:00