From 3c7d7ee76136bf0041693fc939e155f34a197b2b Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 4 Nov 2004 05:00:18 +0000 Subject: Fix typeo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17466 91177308-0d34-0410-b5e6-96231b3b80d8 --- examples/Fibonacci/fibonacci.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/Fibonacci/fibonacci.cpp b/examples/Fibonacci/fibonacci.cpp index 43c73bad59..93b58d12b4 100644 --- a/examples/Fibonacci/fibonacci.cpp +++ b/examples/Fibonacci/fibonacci.cpp @@ -108,7 +108,7 @@ int main(int argc, char **argv) { // Call the `foo' function with argument n: std::vector Args(1); - args[0].IntVal = n; + Args[0].IntVal = n; GenericValue GV = EE->runFunction(FibF, Args); // import result of execution -- cgit v1.2.3