Fix memcpy lowering when addresses are 4-byte aligned but size is not multiple of 4.
[oota-llvm.git] / lib / Target / ARM / README-Thumb.txt
index 380097d186c6088c7570bb4c749d4f8b468c3de9..5bd16a34335662b341c3c002b55e1c9904504b47 100644 (file)
@@ -221,3 +221,7 @@ LPC0:
 
 Make register allocator / spiller smarter so we can re-materialize "mov r, imm",
 etc. Almost all Thumb instructions clobber condition code.
+
+//===---------------------------------------------------------------------===//
+
+Add ldmia, stmia support.