1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

Fix typeo

llvm-svn: 17466
This commit is contained in:
Chris Lattner 2004-11-04 05:00:18 +00:00
parent 85e7df8097
commit 20cee8ccee

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