diff options
author | Evan Cheng <evan.cheng@apple.com> | 2006-03-13 23:19:10 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2006-03-13 23:19:10 +0000 |
commit | 60f495100a048cc1a6e50e7e68ee5157b2b6c83c (patch) | |
tree | e8507ef150b2199b8059a2be20ac3225720e136e /llvm/lib/Target | |
parent | af598d2461835670cf4e433bb5118bbb39c0b5a6 (diff) | |
download | bcm5719-llvm-60f495100a048cc1a6e50e7e68ee5157b2b6c83c.tar.gz bcm5719-llvm-60f495100a048cc1a6e50e7e68ee5157b2b6c83c.zip |
Update
llvm-svn: 26741
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r-- | llvm/lib/Target/README.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/lib/Target/README.txt b/llvm/lib/Target/README.txt index a28486091cb..4ab412238a0 100644 --- a/llvm/lib/Target/README.txt +++ b/llvm/lib/Target/README.txt @@ -54,6 +54,9 @@ There are two ways to fix this: Number 1 is the preferred solution. +This has been "fixed" by a TableGen hack. But that is a short term workaround +which will be removed once the proper fix is made. + //===---------------------------------------------------------------------===// Turn this into a signed shift right in instcombine: |