[llvm-commits] [llvm] r169791 - in /llvm/trunk: include/llvm/Target/ lib/CodeGen/SelectionDAG/ lib/Target/ARM/ lib/Target/Mips/ lib/Target/X86/ test/CodeGen/ARM/ test/CodeGen/X86/

Evan Cheng evan.cheng at apple.com
Mon Dec 10 22:38:39 PST 2012



On Dec 10, 2012, at 9:52 PM, Anton Korobeynikov <anton at korobeynikov.info> wrote:

>> -  virtual bool allowsUnalignedMemoryAccesses(EVT) const {
>> +  virtual bool allowsUnalignedMemoryAccesses(EVT, bool *Fast = 0) const {
> Can we just return, say std::pair<bool, bool> here? :)

I chose the change to avoid breaking out of tree targets. 

Evan

> 
> --
> With best regards, Anton Korobeynikov
> Faculty of Mathematics and Mechanics, Saint Petersburg State University



More information about the llvm-commits mailing list