Skip to content

Commit a5a592d

Browse files
Feedback
1 parent 2acc2b5 commit a5a592d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/lib/Target/X86/MCA/X86CustomBehaviour.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ void X86InstrPostProcess::useStackEngine(std::unique_ptr<Instruction> &Inst,
5555

5656
void X86InstrPostProcess::postProcessInstruction(
5757
std::unique_ptr<Instruction> &Inst, const MCInst &MCI) {
58-
// Currently, we only modify certain instructions' IsALoadBarrier and
59-
// IsAStoreBarrier flags.
58+
// Set IsALoadBarrier and IsAStoreBarrier flags.
6059
setMemBarriers(Inst, MCI);
6160
useStackEngine(Inst, MCI);
6261
}

0 commit comments

Comments
 (0)