diff options
Diffstat (limited to 'lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | lib/CodeGen/CodeGenFunction.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/CodeGen/CodeGenFunction.h b/lib/CodeGen/CodeGenFunction.h index b388153836..c38171a5f5 100644 --- a/lib/CodeGen/CodeGenFunction.h +++ b/lib/CodeGen/CodeGenFunction.h @@ -24,6 +24,7 @@ #include <vector> #include <map> +#include "CGCall.h" #include "CGValue.h" namespace llvm { @@ -307,10 +308,6 @@ public: // Scalar Expression Emission //===--------------------------------------------------------------------===// - /// CallArgList - Type for representing both the value and type of - /// arguments in a call. - typedef llvm::SmallVector<std::pair<llvm::Value*, QualType>, 16> CallArgList; - /// EmitCallArg - Emit the given expression and append the result /// onto the given Args list. void EmitCallArg(const Expr *E, CallArgList &Args); |