[llvm-commits] [llvm] r97667 - in /llvm/trunk: include/llvm/CodeGen/MachineInstr.h lib/CodeGen/MachineCSE.cpp
Dan Gohman
gohman at apple.com
Wed Mar 3 14:41:28 PST 2010
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