Fix typeo

llvm-svn: 17466
This commit is contained in:
Chris Lattner 2004-11-04 05:00:18 +00:00
parent 0da246f535
commit adb5342ae8
1 changed files with 1 additions and 1 deletions

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