mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-27 21:50:40 +00:00
Fix typeo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17466 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6931fd61c0
commit
3c7d7ee761
@ -108,7 +108,7 @@ int main(int argc, char **argv) {
|
||||
|
||||
// Call the `foo' function with argument n:
|
||||
std::vector<GenericValue> Args(1);
|
||||
args[0].IntVal = n;
|
||||
Args[0].IntVal = n;
|
||||
GenericValue GV = EE->runFunction(FibF, Args);
|
||||
|
||||
// import result of execution
|
||||
|
Loading…
Reference in New Issue
Block a user