Skip to content

Commit 2aa1a2a

Browse files
committed
Remove FIXME that was already fixed.
llvm-svn: 76457
1 parent 1bcfbff commit 2aa1a2a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/include/llvm/Target/TargetLowering.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1274,7 +1274,6 @@ class TargetLowering {
12741274
/// call to be explicit llvm code if it wants to. This is useful for
12751275
/// turning simple inline asms into LLVM intrinsics, which gives the
12761276
/// compiler more information about the behavior of the code.
1277-
// FIXME: Move this to TargetLowering.
12781277
virtual bool ExpandInlineAsm(CallInst *CI) const {
12791278
return false;
12801279
}

0 commit comments

Comments
 (0)