llvm-6502/include
Evan Cheng 088880cb19 Change allowsUnalignedMemoryAccesses to take type argument since some targets
support unaligned mem access only for certain types. (Should it be size
instead?)

ARM v7 supports unaligned access for i16 and i32, some v6 variants support it
as well.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79127 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-15 19:23:44 +00:00
..
llvm Change allowsUnalignedMemoryAccesses to take type argument since some targets 2009-08-15 19:23:44 +00:00
llvm-c Expose LLVMContext to llvm-c. 2009-08-14 00:01:31 +00:00