1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 10:32:48 +02:00
llvm-mirror/examples/BrainF
Ricky Zhou 7244405635 [examples] Fix llvm.memset prototype in BrainF example.
Commit 1e68724d24ba38de7c7cdb2e1939d78c8b37cc0d removed the alignment
argument from the memset intrinsic. Update the BrainF example to match.

Reviewed By: jyknight
Differential Revision: https://reviews.llvm.org/D79601
2020-05-10 17:20:56 -04:00
..
BrainF.cpp [examples] Fix llvm.memset prototype in BrainF example. 2020-05-10 17:20:56 -04:00
BrainF.h Fix compilation of examples after 13680223b9d8 / r352827 2019-02-01 03:23:42 +00:00
BrainFDriver.cpp Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC 2019-08-05 05:43:48 +00:00
CMakeLists.txt