[WebAssembly] Support inline asm constraints of type i16 and similar.
[oota-llvm.git] / lib / Target / ARM / README.txt
index 57dc6cb88bed483d42db746dc1a68a154a22f714..5acb2d46f3e7ca67e54443c944fb15fb5195574e 100644 (file)
@@ -566,7 +566,7 @@ Robert Muth started working on an alternate jump table implementation that
 does not put the tables in-line in the text.  This is more like the llvm
 default jump table implementation.  This might be useful sometime.  Several
 revisions of patches are on the mailing list, beginning at:
-http://lists.cs.uiuc.edu/pipermail/llvmdev/2009-June/022763.html
+http://lists.llvm.org/pipermail/llvm-dev/2009-June/022763.html
 
 //===---------------------------------------------------------------------===//
 
@@ -711,7 +711,6 @@ this in a target-independent way: we should probably fold that (when using
 "undefined at zero" semantics) to set the "defined at zero" bit and have
 the code generator expand out the right code.
 
-
 //===---------------------------------------------------------------------===//
 
 Clean up the test/MC/ARM files to have more robust register choices.