rename isStore -> mayStore to more accurately reflect what it captures.
[oota-llvm.git] / lib / CodeGen / README.txt
index 1e2837580ac90a19460b0bd2cad8a34200e38c0d..fc59cdf86401aa89298136b82892c1ca8fa00814 100644 (file)
@@ -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.
+
+//===---------------------------------------------------------------------===//