[llvm-commits] [llvm] r61035 - /llvm/trunk/include/llvm/Target/TargetInstrInfo.h
Dan Gohman
gohman at apple.com
Mon Dec 15 09:26:52 PST 2008
Author: djg
Date: Mon Dec 15 11:26:50 2008
New Revision: 61035
URL: http://llvm.org/viewvc/llvm-project?rev=61035&view=rev
Log:
Fix a typo in a comment.
Modified:
llvm/trunk/include/llvm/Target/TargetInstrInfo.h
Modified: llvm/trunk/include/llvm/Target/TargetInstrInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Target/TargetInstrInfo.h?rev=61035&r1=61034&r2=61035&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Target/TargetInstrInfo.h (original)
+++ llvm/trunk/include/llvm/Target/TargetInstrInfo.h Mon Dec 15 11:26:50 2008
@@ -340,7 +340,7 @@
}
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,
More information about the llvm-commits
mailing list