summaryrefslogtreecommitdiff
path: root/lib/CodeGen/README.txt
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2007-10-25 19:49:32 +0000
committerBill Wendling <isanbard@gmail.com>2007-10-25 19:49:32 +0000
commitda6efc5268958a0668806e989c1c5a1f788543e5 (patch)
treec26db2f4564db01e0160b9bd3819b4988ae7da1b /lib/CodeGen/README.txt
parent2423e03ca804e64998df1b65f58e62b867283c92 (diff)
downloadllvm-da6efc5268958a0668806e989c1c5a1f788543e5.tar.gz
llvm-da6efc5268958a0668806e989c1c5a1f788543e5.tar.bz2
llvm-da6efc5268958a0668806e989c1c5a1f788543e5.tar.xz
Changed XXX to FIXME, and added comment to the README file
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43359 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/README.txt')
-rw-r--r--lib/CodeGen/README.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/CodeGen/README.txt b/lib/CodeGen/README.txt
index 1e2837580a..fc59cdf864 100644
--- a/lib/CodeGen/README.txt
+++ b/lib/CodeGen/README.txt
@@ -179,3 +179,11 @@ work.
The ocaml frametable structure supports liveness information. It would be good
to support it.
+
+//===---------------------------------------------------------------------===//
+
+The FIXME in ComputeCommonTailLength in BranchFolding.cpp needs to be
+revisited. The check is there to work around a misuse of directives in inline
+assembly.
+
+//===---------------------------------------------------------------------===//