From 2f70f1a1d8946a55b99ade6fd1c01ae18211fbd7 Mon Sep 17 00:00:00 2001 From: Eli Friedman Date: Mon, 20 Jul 2009 19:45:16 +0000 Subject: [PATCH] Remove FIXME that was already fixed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76457 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Target/TargetLowering.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/llvm/Target/TargetLowering.h b/include/llvm/Target/TargetLowering.h index 9269bea915a..898ccd14637 100644 --- a/include/llvm/Target/TargetLowering.h +++ b/include/llvm/Target/TargetLowering.h @@ -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; } -- 2.34.1