Remove FIXME that was already fixed.
authorEli Friedman <eli.friedman@gmail.com>
Mon, 20 Jul 2009 19:45:16 +0000 (19:45 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Mon, 20 Jul 2009 19:45:16 +0000 (19:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76457 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/TargetLowering.h

index 9269bea915aa5f56f7cfb8fbad5d39c0953bd358..898ccd14637a75158c1c2d911915d5a56de4185e 100644 (file)
@@ -1274,7 +1274,6 @@ public:
   /// 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;
   }