diff options
author | Bill Wendling <isanbard@gmail.com> | 2007-10-25 19:49:32 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2007-10-25 19:49:32 +0000 |
commit | da6efc5268958a0668806e989c1c5a1f788543e5 (patch) | |
tree | c26db2f4564db01e0160b9bd3819b4988ae7da1b /lib/CodeGen/README.txt | |
parent | 2423e03ca804e64998df1b65f58e62b867283c92 (diff) |
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.txt | 8 |
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. + +//===---------------------------------------------------------------------===// |