Remove FIXME that was already fixed.

llvm-svn: 76457
This commit is contained in:
Eli Friedman 2009-07-20 19:45:16 +00:00
parent 1bcfbff7af
commit 2aa1a2a8f3
1 changed files with 0 additions and 1 deletions

View 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;
}