[llvm-commits] [llvm] r76457 - /llvm/trunk/include/llvm/Target/TargetLowering.h

Eli Friedman eli.friedman at gmail.com
Mon Jul 20 12:45:16 PDT 2009


Author: efriedma
Date: Mon Jul 20 14:45:16 2009
New Revision: 76457

URL: http://llvm.org/viewvc/llvm-project?rev=76457&view=rev
Log:
Remove FIXME that was already fixed.


Modified:
    llvm/trunk/include/llvm/Target/TargetLowering.h

Modified: llvm/trunk/include/llvm/Target/TargetLowering.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Target/TargetLowering.h?rev=76457&r1=76456&r2=76457&view=diff

==============================================================================
--- llvm/trunk/include/llvm/Target/TargetLowering.h (original)
+++ llvm/trunk/include/llvm/Target/TargetLowering.h Mon Jul 20 14:45:16 2009
@@ -1274,7 +1274,6 @@
   /// call to be explicit llvm code if it wants to.  This is useful for
   /// turning simple inline asms into LLVM intrinsics, which gives the
   /// compiler more information about the behavior of the code.
-  // FIXME: Move this to TargetLowering.
   virtual bool ExpandInlineAsm(CallInst *CI) const {
     return false;
   }





More information about the llvm-commits mailing list