Skip to content

Commit ce869db

Browse files
committed
Add a note to the comment for annotateIntrinsic().
1 parent 0e5b860 commit ce869db

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/lib/Target/X86/X86FastISel.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2590,6 +2590,8 @@ bool X86FastISel::TryEmitSmallMemcpy(X86AddressMode DestAM,
25902590

25912591
// Add an annotation to an intrinsic instruction, specifying whether the
25922592
// intrinsic has been inlined or not.
2593+
//
2594+
// This is only necessary for intrinsics which may emit machine code.
25932595
void annotateIntrinsic(const IntrinsicInst *II, bool Inlined) {
25942596
IntrinsicInst *CI = const_cast<IntrinsicInst *>(II);
25952597
LLVMContext& C = CI->getContext();

0 commit comments

Comments
 (0)