1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00

[Orc][Kaleidoscope] Fix typo in tutorial comment.

llvm-svn: 229821
This commit is contained in:
Lang Hames 2015-02-19 05:33:30 +00:00
parent 2d2cc1c383
commit ed5c438a1c

View File

@ -1243,7 +1243,7 @@ private:
}
// This method will take the AST for a function definition and IR-gen a stub
// for that function that will, on first call, IR-gen the action body of the
// for that function that will, on first call, IR-gen the actual body of the
// function.
ModuleHandleT irGenStub(std::unique_ptr<FunctionAST> FnAST) {
// Step 1) IRGen a prototype for the stub. This will have the same type as