mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-24 04:09:47 +00:00
[Orc][Kaleidoscope] Fix typo in tutorial comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229821 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
07aa3556c4
commit
668fc94ea5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user