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:
parent
2d2cc1c383
commit
ed5c438a1c
@ -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