1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00
llvm-mirror/examples/Kaleidoscope
Peter Szecsi 22df982bb3 [Kaleidoscope] toy.cpp use after move fix
The variable Proto is moved at the beginning of the codegen() function.
According to the comment above, the pointed object should be used due the
reference P.

Differential Revision: https://reviews.llvm.org/D32939

llvm-svn: 302369
2017-05-07 11:00:01 +00:00
..
BuildingAJIT [Kaleidoscope] toy.cpp use after move fix 2017-05-07 11:00:01 +00:00
Chapter2 Update Kaleidoscope tutorial and improve Windows support 2017-02-11 21:26:52 +00:00
Chapter3 Use print() instead of dump() in code 2017-01-28 02:47:46 +00:00
Chapter4 Update Kaleidoscope tutorial and improve Windows support 2017-02-11 21:26:52 +00:00
Chapter5 Update Kaleidoscope tutorial and improve Windows support 2017-02-11 21:26:52 +00:00
Chapter6 [Kaleidoscope] toy.cpp use after move fix 2017-05-07 11:00:01 +00:00
Chapter7 [Kaleidoscope] toy.cpp use after move fix 2017-05-07 11:00:01 +00:00
Chapter8 [Kaleidoscope] toy.cpp use after move fix 2017-05-07 11:00:01 +00:00
Chapter9 Update Kaleidoscope tutorial and improve Windows support 2017-02-11 21:26:52 +00:00
include llvm/examples/Kaleidoscope/include/KaleidoscopeJIT.h: Fixup corresponding to r295636. 2017-02-20 09:56:24 +00:00
MCJIT Use print() instead of dump() in code 2017-01-28 02:47:46 +00:00
CMakeLists.txt [Kaleidoscope][Orc] Remove the reference to the Orc directory that was removed 2016-05-27 22:21:12 +00:00