[llvm-commits] [llvm] r74844 - in /llvm/trunk: include/llvm/Analysis/ include/llvm/Support/ lib/Analysis/ lib/Transforms/IPO/ lib/Transforms/Instrumentation/ lib/Transforms/Scalar/ lib/Transforms/Utils/

Chris Lattner clattner at apple.com
Mon Jul 6 15:01:19 PDT 2009


On Jul 6, 2009, at 11:42 AM, Owen Anderson wrote:

> Author: resistor
> Date: Mon Jul  6 13:42:36 2009
> New Revision: 74844
>
> URL: http://llvm.org/viewvc/llvm-project?rev=74844&view=rev
> Log:
> Thread LLVMContext through the constant folding APIs, which touches  
> a lot of files.

> -Constant *ConstantFoldInstruction(Instruction *I, const TargetData  
> *TD = 0);
> +Constant *ConstantFoldInstruction(Instruction *I, LLVMContext*  
> Context,

Owen, please use "LLVMContext *Context", not "LLVMContext* Context" as  
we previously discussed.

-Chris




More information about the llvm-commits mailing list