[llvm-commits] [llvm] r97667 - in /llvm/trunk: include/llvm/CodeGen/MachineInstr.h lib/CodeGen/MachineCSE.cpp

Evan Cheng evan.cheng at apple.com
Wed Mar 3 14:59:05 PST 2010


My bad. Sorry.

Evan

On Mar 3, 2010, at 2:41 PM, Dan Gohman wrote:

> 
> On Mar 3, 2010, at 2:21 PM, Jakob Stoklund Olesen wrote:
> 
>> 
>> On Mar 3, 2010, at 1:47 PM, Evan Cheng wrote:
>> 
>>> Author: evancheng
>>> Date: Wed Mar  3 15:47:16 2010
>>> New Revision: 97667
>>> 
>>> URL: http://llvm.org/viewvc/llvm-project?rev=97667&view=rev
>>> Log:
>>> Move DenseMapInfo for MachineInstr* to MachineInstr.h
>> 
>> Are you sure it is a good idea to change the semantics of all our DenseMap<MachineInstr*,...>? There is a lot of them around.
> 
> 
> This appears to be causing trouble. I've reverted the patch.
> 
> Dan
> 





More information about the llvm-commits mailing list