Fix typeo

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17466 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2004-11-04 05:00:18 +00:00
parent 6931fd61c0
commit 3c7d7ee761

View File

@ -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