]> granicus.if.org Git - clang/commitdiff
Add two FIXMEs.
authorDaniel Dunbar <daniel@zuster.org>
Tue, 3 Feb 2009 06:02:10 +0000 (06:02 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 3 Feb 2009 06:02:10 +0000 (06:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63613 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGCall.cpp

index b3237c96ecc619c509d0eda9743a8f55a1a5bdda..44105eb4425e8e51cafba4f7f648b5868bc19fc6 100644 (file)
@@ -1047,6 +1047,9 @@ void CodeGenModule::ConstructAttributeList(const CGFunctionInfo &FI,
 void CodeGenFunction::EmitFunctionProlog(const CGFunctionInfo &FI,
                                          llvm::Function *Fn,
                                          const FunctionArgList &Args) {
+  // FIXME: We no longer need the types from FunctionArgList; lift up
+  // and simplify.
+
   // Emit allocs for param decls.  Give the LLVM Argument nodes names.
   llvm::Function::arg_iterator AI = Fn->arg_begin();
   
@@ -1160,6 +1163,8 @@ void CodeGenFunction::EmitFunctionEpilog(const CGFunctionInfo &FI,
 RValue CodeGenFunction::EmitCall(const CGFunctionInfo &CallInfo,
                                  llvm::Value *Callee, 
                                  const CallArgList &CallArgs) {
+  // FIXME: We no longer need the types from CallArgs; lift up and
+  // simplify.
   llvm::SmallVector<llvm::Value*, 16> Args;
 
   // Handle struct-return functions by passing a pointer to the