llvm/examples/Kaleidoscope
Peter Szecsi 2c224bcd52 [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



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@302369 91177308-0d34-0410-b5e6-96231b3b80d8
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
Chapter3
Chapter4
Chapter5
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
include llvm/examples/Kaleidoscope/include/KaleidoscopeJIT.h: Fixup corresponding to r295636. 2017-02-20 09:56:24 +00:00
MCJIT
CMakeLists.txt