Use doxygen comment syntax.
[oota-llvm.git] / lib / Target / ARM / README-Thumb.txt
index 380097d186c6088c7570bb4c749d4f8b468c3de9..4d3200b445c1298c6bd80006fb481844eee254f6 100644 (file)
@@ -4,6 +4,7 @@
 
 * Add support for compiling functions in both ARM and Thumb mode, then taking
   the smallest.
+
 * Add support for compiling individual basic blocks in thumb mode, when in a 
   larger ARM function.  This can be used for presumed cold code, like paths
   to abort (failure path of asserts), EH handling code, etc.
@@ -221,3 +222,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.