From e3b88fc01e64200c3685c1b14eb23a3f4625edf2 Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Mon, 2 Nov 2009 07:51:19 +0000 Subject: [PATCH] Add an entry. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85797 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/ARM/README.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/Target/ARM/README.txt b/lib/Target/ARM/README.txt index b35fdea33fa..6e5a7a151e0 100644 --- a/lib/Target/ARM/README.txt +++ b/lib/Target/ARM/README.txt @@ -609,3 +609,6 @@ 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 +//===---------------------------------------------------------------------===// + +Make use of the "rbit" instruction.