From 2b00aebda9705b7d76e90e632a5de511e59c739d Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Mon, 15 Dec 2008 17:26:50 +0000 Subject: [PATCH] Fix a typo in a comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61035 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Target/TargetInstrInfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/Target/TargetInstrInfo.h b/include/llvm/Target/TargetInstrInfo.h index 34a7d48e836..a5ea6dfa07a 100644 --- a/include/llvm/Target/TargetInstrInfo.h +++ b/include/llvm/Target/TargetInstrInfo.h @@ -340,7 +340,7 @@ protected: } public: - /// canFoldMemoryOperand - Returns true if the specified load / store is + /// canFoldMemoryOperand - Returns true for the specified load / store if /// folding is possible. virtual bool canFoldMemoryOperand(const MachineInstr *MI, -- 2.34.1