llvm-project/llvm/examples/Kaleidoscope/Chapter8
Peter Szecsi 5305d3933a [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
..
CMakeLists.txt New Kaleidoscope chapter: Creating object files 2016-07-02 17:01:59 +00:00
toy.cpp [Kaleidoscope] toy.cpp use after move fix 2017-05-07 11:00:01 +00:00