X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=lib%2FExecutionEngine%2FMCJIT%2FMCJIT.h;h=e1d19afbfb5614ab5835941e71e32d0ef73a16df;hp=59e99498f9a4940b4715ceab2b92f3513e718059;hb=4bb355e88525e01a13a0036a7b67f8777dfed119;hpb=09eacc1144ef1385a420d88c219156d7209572c4 diff --git a/lib/ExecutionEngine/MCJIT/MCJIT.h b/lib/ExecutionEngine/MCJIT/MCJIT.h index 59e99498f9a..e1d19afbfb5 100644 --- a/lib/ExecutionEngine/MCJIT/MCJIT.h +++ b/lib/ExecutionEngine/MCJIT/MCJIT.h @@ -251,7 +251,7 @@ public: void *getPointerToFunction(Function *F) override; GenericValue runFunction(Function *F, - const std::vector &ArgValues) override; + ArrayRef ArgValues) override; /// getPointerToNamedFunction - This method returns the address of the /// specified function by using the dlsym function call. As such it is only