[ExecutionEngine] ArrayRefize argument passing.
[oota-llvm.git] / lib / ExecutionEngine / MCJIT / MCJIT.h
index 59e99498f9a4940b4715ceab2b92f3513e718059..e1d19afbfb5614ab5835941e71e32d0ef73a16df 100644 (file)
@@ -251,7 +251,7 @@ public:
   void *getPointerToFunction(Function *F) override;
 
   GenericValue runFunction(Function *F,
-                           const std::vector<GenericValue> &ArgValues) override;
+                           ArrayRef<GenericValue> ArgValues) override;
 
   /// getPointerToNamedFunction - This method returns the address of the
   /// specified function by using the dlsym function call.  As such it is only