Updated comment on lost copy since it is supported now
authorBenjamin Segovia <benjamin.segovia@intel.com>
Sat, 17 Nov 2012 02:10:07 +0000 (18:10 -0800)
committerBenjamin Segovia <benjamin.segovia@intel.com>
Sat, 17 Nov 2012 02:10:07 +0000 (18:10 -0800)
backend/src/llvm/llvm_gen_backend.cpp

index 26f4733..42ea28d 100644 (file)
@@ -66,8 +66,6 @@
  * ========
  *
  * - Several things regarding constants like ConstantExpr are not properly handled.
- * - More importantly, the lost copy problem is *NOT* handled so the generated
- *   code may be incorrect. Just a matter of adding extra MOVs.
  * - ptx front end generates function calls. Since we do not support them yet,
  *   the user needs to force the inlining of all functions. If a function call
  *   is intercepted, we just abort